Function sysp_try_cleanup

Source
#[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