Function monitor_rt_spawn_thread_direct

Source
pub fn monitor_rt_spawn_thread_direct(
    info: &GateCallInfo,
    args: ThreadSpawnArgs,
    thread_pointer: usize,
    stack_pointer: usize,
) -> Result<ObjID, TwzError>