Home
last modified time | relevance | path

Searched refs:SIGNAL_BLOCK_LIST (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dlib.rs20 pub use common::SIGNAL_BLOCK_LIST;
H A Dcommon.rs26 pub const SIGNAL_BLOCK_LIST: &[c_int] = &[SIGILL, SIGFPE, SIGSEGV]; consts
31 pub const SIGNAL_BLOCK_LIST: &[c_int] = &[SIGSEGV, SIGKILL, SIGSTOP, SIGILL, SIGFPE]; consts
79 if SIGNAL_BLOCK_LIST.contains(&sig_num) {
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
H A Dmod.rs25 use ylong_signal::SIGNAL_BLOCK_LIST;
335 SIGNAL_BLOCK_LIST.contains(&self.0) in is_forbidden()
383 /// * If the signal is one of [`SIGNAL_BLOCK_LIST`].
412 use ylong_signal::SIGNAL_BLOCK_LIST;
440 let signal_kind = SignalKind::from_raw(SIGNAL_BLOCK_LIST[0]); in ut_signal_forbidden_input()

Completed in 4 milliseconds