Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp49 sigset_t BlockedSignalsSet; in ExecuteCommand() local
66 (void)sigemptyset(&BlockedSignalsSet); in ExecuteCommand()
67 (void)sigaddset(&BlockedSignalsSet, SIGCHLD); in ExecuteCommand()
68 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) == in ExecuteCommand()