HomeSort by relevance Sort by last modified time
    Searched defs:SIG_DFL (Results 76 - 80 of 80) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
signal.h 34 #define SIG_DFL ((__force __sighandler_t)0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 49 #define SIG_DFL (__p_sig_fn_t)0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 24 #define SIG_DFL ((__sighandler_t) 0) /* Default action. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 24 #define SIG_DFL ((__sighandler_t) 0) /* Default action. */
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 106 const sighandler_t SIG_DFL = (sighandler_t)0;
    [all...]

Completed in 346 milliseconds

1 2 34