Home
last modified time | relevance | path

Searched refs:internal_sigfillset (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h98 void internal_sigfillset(__sanitizer_sigset_t *set);
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp282 internal_sigfillset(&blocked_sigset); in StopTheWorld()
H A Dsanitizer_netbsd.cpp327 void internal_sigfillset(__sanitizer_sigset_t *set) { in internal_sigfillset() function
H A Dsanitizer_stoptheworld_linux_libcdep.cpp427 internal_sigfillset(&blocked_sigset); in StopTheWorld()
H A Dsanitizer_mac.cpp239 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } in internal_sigfillset() function
771 internal_sigfillset(&set); in internal_start_thread()
H A Dsanitizer_linux.cpp177 internal_sigfillset(&newset); in BlockSignals()
993 void internal_sigfillset(__sanitizer_sigset_t *set) { in internal_sigfillset() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp611 internal_sigfillset(&emptyset); in cur_thread()
641 internal_sigfillset(&emptyset); in cur_thread_finalize()
H A Dtsan_interceptors_posix.cpp2146 internal_sigfillset(&sctx->emptyset); in ProcessPendingSignalsImpl()
2603 internal_sigfillset(&newact.sa_mask); in sigaction_impl()