Searched refs:rtl_sighandler (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2021 static void rtl_sighandler(int sig) { function
2383 newact.handler = rtl_sighandler;
2391 if (cb == (uptr)rtl_sigaction || cb == (uptr)rtl_sighandler) {

Completed in 173 milliseconds