sysp_try_cleanup

Function sysp_try_cleanup 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sysp_try_cleanup( pid: Pid, dest_exit_code: OptionalPtrMut<usize>, ) -> SyscallResult
Expand description

Attempts to cleanup the process with pid pid and returns it’s exit status on success

§Returns