Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsyscall.rs40 USER_SIG_ERR, USER_SIG_IGN,
155 USER_SIG_IGN => { in sigaction()
224 VirtAddr::new(USER_SIG_IGN as usize) in sigaction()
H A Dsignal_types.rs25 pub const USER_SIG_IGN: u64 = 1; constant