HomeSort by: relevance | last modified time | path
    Searched refs:SIGNAL_INTERCEPTOR_SIGACTION_IMPL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_signal_interceptors.inc 33 #ifndef SIGNAL_INTERCEPTOR_SIGACTION_IMPL
34 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signum, act, oldact) \
59 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signum, act, oldact);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1344 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 2362 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \

Completed in 16 milliseconds