Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dabi.rs7 Ignore, enumerator
60 1 => Ok(AtType::Ignore), in try_from()
/DragonOS/kernel/src/ipc/
H A Dsignal_types.rs133 return matches!(self, Self::SaHandler(SaHandlerType::Ignore)); in is_ignore()
148 Ignore, enumerator
156 SaHandlerType::Ignore => 1, in from()
175 matches!(self, Self::Ignore) in is_sig_ignore()
278 action: SigactionType::SaHandler(SaHandlerType::Ignore),
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs472 SaHandlerType::Ignore => continue, in do_signal()
606 SaHandlerType::Ignore => { in setup_frame()