Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h220 #define SIG_IGN ((void (*)(int)) 0) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h276 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/porting/uniproton/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/include/
Dsignal.h298 #define SIG_IGN ((void (*)(int)) 1) macro
/third_party/musl/porting/linux/user/include/
Dsignal.h299 #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