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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
signal.h 35 #define SIG_IGN ((__force __sighandler_t)1)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
signal.h 35 #define SIG_IGN ((__force __sighandler_t)1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 25 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 25 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 25 #define SIG_IGN ((__sighandler_t) 1) /* Ignore signal. */
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 107 const sighandler_t SIG_IGN = (sighandler_t)1;
    [all...]

Completed in 471 milliseconds

1 23