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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1358 static uptr signal_impl(int signo, uptr cb);
1367 handler = signal_impl(signo, handler); \
1413 static uptr signal_impl(int signo, uptr cb) { function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2341 static __sanitizer_sighandler_ptr signal_impl(int sig,
2348 { return (uptr)signal_impl(signo, (__sanitizer_sighandler_ptr)handler); }
2398 static __sanitizer_sighandler_ptr signal_impl(int sig, function

Completed in 121 milliseconds