Searched defs:SIG_IGN (Results 1 - 4 of 4) sorted by relevance

/external/libpcap/lbl/
H A Dos-sunos4.h204 #undef SIG_IGN macro
205 #define SIG_IGN (void (*)(int))1 macro
/external/tcpdump/lbl/
H A Dos-sunos4.h204 #undef SIG_IGN macro
205 #define SIG_IGN (void (*)(int))1 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h24 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc199 const sighandler_t SIG_IGN = (sighandler_t)1; variable
1947 if (pc != (uptr)SIG_DFL && pc != (uptr)SIG_IGN) {
2087 if (act->sa_handler != SIG_IGN && act->sa_handler != SIG_DFL) {

Completed in 272 milliseconds