Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc359 internal_sigfillset(&emptyset); in cur_thread()
385 internal_sigfillset(&emptyset); in cur_thread_finalize()
Dtsan_interceptors.cc1835 internal_sigfillset(&sctx->emptyset); in ProcessPendingSignals()
1937 internal_sigfillset(&newact.sa_mask); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h84 void internal_sigfillset(__sanitizer_sigset_t *set);
Dsanitizer_mac.cc177 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } in internal_sigfillset() function
451 internal_sigfillset(&set); in internal_start_thread()
Dsanitizer_stoptheworld_linux_libcdep.cc403 internal_sigfillset(&blocked_sigset); in StopTheWorld()
Dsanitizer_linux.cc704 void internal_sigfillset(__sanitizer_sigset_t *set) { in internal_sigfillset() function
1237 internal_sigfillset(&set); in internal_start_thread()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp81 internal_sigfillset(&SigSet); in runSideline()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cpp472 internal_sigfillset(&emptyset); in cur_thread()
502 internal_sigfillset(&emptyset); in cur_thread_finalize()
Dtsan_interceptors_posix.cpp1997 internal_sigfillset(&sctx->emptyset); in ProcessPendingSignals()
2428 internal_sigfillset(&newact.sa_mask); in sigaction_impl()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h97 void internal_sigfillset(__sanitizer_sigset_t *set);
Dsanitizer_stoptheworld_netbsd_libcdep.cpp282 internal_sigfillset(&blocked_sigset); in StopTheWorld()
Dsanitizer_netbsd.cpp324 void internal_sigfillset(__sanitizer_sigset_t *set) { in internal_sigfillset() function
Dsanitizer_stoptheworld_linux_libcdep.cpp426 internal_sigfillset(&blocked_sigset); in StopTheWorld()
Dsanitizer_mac.cpp224 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } in internal_sigfillset() function
737 internal_sigfillset(&set); in internal_start_thread()
Dsanitizer_linux.cpp861 void internal_sigfillset(__sanitizer_sigset_t *set) { in internal_sigfillset() function
1767 internal_sigfillset(&set); in internal_start_thread()