Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsignal.h381 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp157 const int SA_SIGINFO = 0x40; variable
160 const int SA_SIGINFO = 8; variable
163 const int SA_SIGINFO = 4; variable