Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp33 static sigset_t OldBlockedSignalsSet; variable
71 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) == in ExecuteCommand()
96 (void)posix_spawnattr_setsigmask(&SpawnAttributes, &OldBlockedSignalsSet); in ExecuteCommand()
149 if (sigprocmask(SIG_BLOCK, &OldBlockedSignalsSet, NULL) == -1) { in ExecuteCommand()