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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h97 void internal_sigfillset(__sanitizer_sigset_t *set);
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp282 internal_sigfillset(&blocked_sigset);
H A Dsanitizer_netbsd.cpp319 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
H A Dsanitizer_stoptheworld_linux_libcdep.cpp426 internal_sigfillset(&blocked_sigset);
H A Dsanitizer_mac.cpp220 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } function in namespace:__sanitizer
679 internal_sigfillset(&set);
H A Dsanitizer_linux.cpp869 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
1726 internal_sigfillset(&set);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp471 internal_sigfillset(&emptyset);
501 internal_sigfillset(&emptyset);
H A Dtsan_interceptors_posix.cpp1951 internal_sigfillset(&sctx->emptyset);
2382 internal_sigfillset(&newact.sa_mask);

Completed in 199 milliseconds