Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dexit.rs204 ProcessState::Blocked(_) | ProcessState::Stopped => { in do_waitpid()
222 cause: SigChildCode::Stopped.into(), in do_waitpid()
H A Dmod.rs271 if let ProcessState::Stopped = state { in wakeup_stop()
274 if let ProcessState::Stopped = state { in wakeup_stop()
344 writer.set_state(ProcessState::Stopped); in mark_stop()
535 Stopped, enumerator
568 matches!(self, ProcessState::Stopped) in is_stopped()
/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs288 Stopped = 5, enumerator
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs305 Stopped = 5, enumerator