HomeSort by: relevance | last modified time | path
    Searched defs:SIGSYS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
signal.h 64 #define SIGSYS 12 /* bad argument to system call */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 129 const int SIGSYS = 12;
132 const int SIGSYS = 31;
1975 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS ||
2005 // SIGSYS looks relatively safe -- it's synchronous and can actually
2007 bool acq = (sig == SIGSYS);

Completed in 15 milliseconds