Home
last modified time | relevance | path

Searched defs:SA_SIGINFO (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/sys/
HDsignal.h327 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc146 const int SA_SIGINFO = 0x40; variable
149 const int SA_SIGINFO = 8; variable
152 const int SA_SIGINFO = 4; variable