Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs34 USER_SIG_IGN, _NSIG_U64_CNT,
795 USER_SIG_DFL | USER_SIG_IGN => { in sys_sigaction()
867 sah = USER_SIG_IGN; in sys_sigaction()
Dsignal_types.rs98 pub const USER_SIG_IGN: u64 = 1u64 << 1; constant