Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDsignal.h395 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp157 const int SA_SIGINFO = 0x40; variable
160 const int SA_SIGINFO = 8; variable
163 const int SA_SIGINFO = 4; variable