Searched refs:is_stopped (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/ipc/ | ||
H A D | signal.rs | 330 } else if state.is_stopped() { in signal_wake_up() |
/DragonOS/kernel/src/process/ | ||
H A D | mod.rs | 574 pub fn is_stopped(&self) -> bool { in is_stopped() method |