Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilDarwin.cpp31 static sigset_t OldBlockedSignalsSet; member
68 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) == in ExecuteCommand()
93 (void)posix_spawnattr_setsigmask(&SpawnAttributes, &OldBlockedSignalsSet); in ExecuteCommand()
139 if (sigprocmask(SIG_BLOCK, &OldBlockedSignalsSet, NULL) == -1) { in ExecuteCommand()

Completed in 1 milliseconds