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

  /src/sys/sys/
signal.h 230 #define SA_SIGINFO 0x0040 /* take sa_sigaction handler */
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 156 const int SA_SIGINFO = 0x40;
159 const int SA_SIGINFO = 8;
162 const int SA_SIGINFO = 4;
2093 volatile uptr pc = (sigactions[sig].sa_flags & SA_SIGINFO)
2587 if ((act->sa_flags & SA_SIGINFO) ||
2589 newact.sa_flags |= SA_SIGINFO;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 145 const int SA_SIGINFO = 0x40;
148 const int SA_SIGINFO = 8;
151 const int SA_SIGINFO = 4;
1998 volatile uptr pc = (sigactions[sig].sa_flags & SA_SIGINFO)
2495 if ((act->sa_flags & SA_SIGINFO) ||
2497 newact.sa_flags |= SA_SIGINFO;
  /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 23 milliseconds