syst_wait

Function syst_wait 

Source
#[unsafe(no_mangle)]
pub extern "C" fn syst_wait(cid: Cid) -> SyscallResult
Expand description

Waits for a child thread with the cid cid to exit

§Returns