Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsignal_types.rs138 pub fn is_customized(&self) -> bool { in is_customized() method
H A Dsyscall.rs180 } else if new_ka.action().is_customized() { in sigaction()