Searched refs:SIGNAL_INTERCEPTOR_SIGNAL_IMPL (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_signal_interceptors.inc | 26 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL 27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \ 39 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler); 50 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1356 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 2397 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \ macro
|