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

  /src/sys/sys/
signal.h 230 #define SA_SIGINFO 0x0040 /* take sa_sigaction handler */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 150 const int SA_SIGINFO = 0x40;
153 const int SA_SIGINFO = 8;
156 const int SA_SIGINFO = 4;
2398 if (newact.sa_flags & SA_SIGINFO)

Completed in 15 milliseconds