Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/ipc/
Dsyscall.rs24 USER_SIG_ERR, USER_SIG_IGN,
138 USER_SIG_IGN => { in sigaction()
208 VirtAddr::new(USER_SIG_IGN as usize) in sigaction()
Dsignal_types.rs25 pub const USER_SIG_IGN: u64 = 1; constant