HomeSort by relevance Sort by last modified time
    Searched defs:SIG_IGN (Results 1 - 12 of 12) sorted by null

  /external/libpcap/lbl/
os-sunos4.h 202 #undef SIG_IGN
203 #define SIG_IGN (void (*)(int))1
  /external/tcpdump/lbl/
os-sunos4.h 202 #undef SIG_IGN
203 #define SIG_IGN (void (*)(int))1
  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 37 #define SIG_IGN ((__force __sighandler_t) 1)
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 25 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 24 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 42 #define SIG_IGN ((__sighandler_t *) 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 51 #define SIG_IGN (__p_sig_fn_t)1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 25 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 25 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 185 const sighandler_t SIG_IGN = (sighandler_t)1;
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 297 SIG_IGN = (1)
FILE.py 343 SIG_IGN = (1)

Completed in 445 milliseconds