Home
last modified time | relevance | path

Searched defs:SigactionType (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/ipc/
H A Dsignal_types.rs115 pub enum SigactionType { enum
128 impl SigactionType { impl
223 action: SigactionType, in new()
236 pub fn action(&self) -> SigactionType { in action()
252 pub fn set_action(&mut self, action: SigactionType) { in set_action()