Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc253 internal_sigfillset(&new_sigaction.sa_mask); in TracerThread()
313 internal_sigfillset(&blocked_sigset); in StopTheWorldScope()
322 internal_sigfillset(&new_sigaction.sa_mask); in StopTheWorldScope()
Dsanitizer_linux.h36 void internal_sigfillset(__sanitizer_sigset_t *set);
Dsanitizer_linux.cc589 void internal_sigfillset(__sanitizer_sigset_t *set) { in internal_sigfillset() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2409 internal_sigfillset(&set); in internal_start_thread()