Function monitor_rt_spawn_thread

Source
pub fn monitor_rt_spawn_thread(
    args: ThreadSpawnArgs,
    thread_pointer: usize,
    stack_pointer: usize,
) -> Result<ObjID, TwzError>