Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs34 SIGTERM, enumerator
147 Signal::SIGTERM => sig_terminate(self.clone()), in handle_default()
241 const SIGTERM = 1<<14; constant
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs51 SIGTERM, enumerator
164 Signal::SIGTERM => sig_terminate(*self), in handle_default()
258 const SIGTERM = 1<<14; constant