Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/ipc/
Dsignal.rs40 USER_SIG_IGN, _NSIG_U64_CNT,
855 USER_SIG_DFL | USER_SIG_IGN => { in sys_sigaction()
928 sah = USER_SIG_IGN; in sys_sigaction()
Dsignal_types.rs99 pub const USER_SIG_IGN: u64 = 1; constant