Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/ipc/
Dsyscall.rs20 SA_FLAG_IGN, SA_FLAG_RESTORER, USER_SIG_DFL, USER_SIG_IGN,
110 USER_SIG_DFL | USER_SIG_IGN => { in sigaction()
111 if _input_sah == USER_SIG_DFL { in sigaction()
187 sah = USER_SIG_DFL; in sigaction()
Dsignal_types.rs97 pub const USER_SIG_DFL: u64 = 0; constant