Searched refs:blocked_sigset (Results 1 – 1 of 1) sorted by relevance
330 static __sanitizer_sigset_t blocked_sigset; variable399 internal_sigfillset(&blocked_sigset); in StopTheWorld()401 internal_sigdelset(&blocked_sigset, kSyncSignals[i]); in StopTheWorld()402 int rv = internal_sigprocmask(SIG_BLOCK, &blocked_sigset, &old_sigset); in StopTheWorld()