Skip to main content

sys_thread_join

Function sys_thread_join 

Source
pub fn sys_thread_join(
    tid: u64,
    status_ptr: u64,
    flags: u64,
) -> Result<u64, SyscallError>
Expand description

SYS_THREAD_JOIN (342): wait for a thread created by the current task.