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

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 196 typedef __sighandler_t sighandler_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 196 typedef __sighandler_t sighandler_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
signal.h 196 typedef __sighandler_t sighandler_t; typedef
  /external/bison/darwin-lib/
signal.h 405 /* Define sighandler_t, the type of signal handlers. A GNU extension. */
411 typedef void (*sighandler_t) (int); typedef
  /external/bison/linux-lib/
signal.h 405 /* Define sighandler_t, the type of signal handlers. A GNU extension. */
411 typedef void (*sighandler_t) (int); typedef
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 92 typedef void (*sighandler_t)(int sig); typedef
98 sighandler_t sa_handler;
106 const sighandler_t SIG_DFL = (sighandler_t)0;
107 const sighandler_t SIG_IGN = (sighandler_t)1;
108 const sighandler_t SIG_ERR = (sighandler_t)-1;
    [all...]

Completed in 8825 milliseconds

1 23