Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs38 SIGSTOP, enumerator
151 Signal::SIGSTOP => sig_stop(self.clone()), in handle_default()
245 const SIGSTOP = 1<<18; constant
/DragonOS/kernel/src/ipc/
H A Dsignal.rs423 .remove(<Signal as Into<SigSet>>::into(Signal::SIGKILL) | Signal::SIGSTOP.into()); in do_sigaction()
451 <Signal as Into<SigSet>>::into(Signal::SIGKILL) | Signal::SIGSTOP.into(); in set_current_sig_blocked()
H A Dsignal_types.rs33 Signal::into_sigset(Signal::SIGSTOP).union(Signal::into_sigset(Signal::SIGKILL));
35 pub const SIG_KERNEL_STOP_MASK: SigSet = Signal::into_sigset(Signal::SIGSTOP)
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs55 SIGSTOP, enumerator
168 Signal::SIGSTOP => sig_stop(*self), in handle_default()
262 const SIGSTOP = 1<<18; constant