Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs48 SIGWINCH, enumerator
160 Signal::SIGWINCH => sig_ignore(self.clone()), in handle_default()
254 const SIGWINCH = 1<<27; constant
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs65 SIGWINCH, enumerator
177 Signal::SIGWINCH => sig_ignore(*self), in handle_default()
271 const SIGWINCH = 1<<27; constant