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

/external/libpcap/lbl/
H A Dos-sunos4.h202 #undef SIG_IGN macro
203 #define SIG_IGN (void (*)(int))1 macro
/external/tcpdump/lbl/
H A Dos-sunos4.h202 #undef SIG_IGN macro
203 #define SIG_IGN (void (*)(int))1 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h25 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc185 const sighandler_t SIG_IGN = (sighandler_t)1; variable
1793 if (pc != (uptr)SIG_DFL && pc != (uptr)SIG_IGN) {
1938 if (act->sa_handler != SIG_IGN && act->sa_handler != SIG_DFL) {
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py297 SIG_IGN = (1) variable
H A DFILE.py343 SIG_IGN = (1) variable

Completed in 719 milliseconds