Searched refs:wakeup_stop (Results 1 – 4 of 4) sorted by relevance
286 let _r = ProcessManager::wakeup_stop(&pcb); in prepare_sianal()331 ProcessManager::wakeup_stop(&pcb).unwrap_or_else(|e| { in signal_wake_up()
330 ProcessManager::wakeup_stop(&ProcessManager::current_pcb()).unwrap_or_else(|_| { in sig_continue()
726 ProcessManager::wakeup_stop(&ProcessManager::current_pcb()).unwrap_or_else(|_| { in sig_continue()
267 pub fn wakeup_stop(pcb: &Arc<ProcessControlBlock>) -> Result<(), SystemError> { in wakeup_stop() method