Searched refs:exit_code (Results 1 – 4 of 4) sorted by relevance
75 unsafe extern "C" fn rs_process_do_exit(exit_code: usize) -> usize { in rs_process_do_exit()79 ProcessManager::exit(exit_code); in rs_process_do_exit()
160 kwo.ret_status = state.exit_code().unwrap() as i32; in do_wait()
384 pub fn exit(exit_code: usize) -> ! { in exit()391 .set_state(ProcessState::Exited(exit_code)); in exit()580 pub fn exit_code(&self) -> Option<usize> { in exit_code() method
301 let exit_code = args[0]; in handle() localVariable302 Self::exit(exit_code) in handle()