Searched refs:process_wake_up_state (Results 1 – 3 of 3) sorted by relevance
212 extern int process_wake_up_state(struct process_control_block *pcb, uint64_t state);
91 pub extern "C" fn process_wake_up_state(pcb: *mut process_control_block, state: u64) -> bool { in process_wake_up_state() function
30 process::{process_is_stopped, process_kick, process_wake_up_state},382 if !process_wake_up_state(pcb, state | (PROC_INTERRUPTIBLE as u64)) { in signal_wake_up_state()