Home
last modified time | relevance | path

Searched defs:SIG_DFL (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h275 #define SIG_DFL ((void (*)(int)) 0) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h219 #define SIG_DFL ((void (*)(int)) 0) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h275 #define SIG_DFL ((void (*)(int)) 0) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h275 #define SIG_DFL ((void (*)(int)) 0) macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h298 #define SIG_DFL ((void (*)(int)) 0) macro
/third_party/musl/include/
H A Dsignal.h297 #define SIG_DFL ((void (*)(int)) 0) macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs251 pub const SIG_DFL: ::sighandler_t = 0; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs212 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs904 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1317 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; consts

Completed in 24 milliseconds