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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_signal_interceptors.inc 28 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
29 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
41 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
52 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_signal_interceptors.inc 26 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
48 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
60 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_signal_interceptors.inc 26 #ifndef SIGNAL_INTERCEPTOR_SIGNAL_IMPL
27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
47 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(bsd_signal, signum, handler);
58 SIGNAL_INTERCEPTOR_SIGNAL_IMPL(signal, signum, handler);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1347 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 2365 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 2549 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 2459 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signo, handler) \

Completed in 32 milliseconds