Home
last modified time | relevance | path

Searched defs:SIG_IGN (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs94 const SIG_IGN: sighandler_t = 1; constant
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h220 #define SIG_IGN ((void (*)(int)) 0) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h276 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/include/
Dsignal.h285 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/ndk_musl_include/
Dsignal.h271 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h276 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h276 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/porting/linux/user/include/
Dsignal.h296 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs252 pub const SIG_IGN: ::sighandler_t = 1; constant
/third_party/rust/crates/libc/src/unix/
Dmod.rs213 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs905 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1318 pub const SIG_IGN: sighandler_t = 1 as sighandler_t; constant