Home
last modified time | relevance | path

Searched refs:SIGNAL_INTERCEPTOR_SIGACTION_IMPL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc31 #ifndef SIGNAL_INTERCEPTOR_SIGACTION_IMPL
32 # define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signum, act, oldact) \
71 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signum, act, oldact);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1501 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2563 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ macro