Home
last modified time | relevance | path

Searched refs:is_runnable (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/process/
H A Dmod.rs292 } else if state.is_runnable() { in wakeup_stop()
297 } else if state.is_runnable() { in wakeup_stop()
543 pub fn is_runnable(&self) -> bool { in is_runnable() method