Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsignal.rs235 if state.is_blocked() && (!state.is_blocked_interruptable()) { in wants_signal()
/DragonOS/kernel/src/process/
H A Dmod.rs231 if state.is_blocked() { in wakeup()
234 if state.is_blocked() { in wakeup()
548 pub fn is_blocked(&self) -> bool { in is_blocked() method