Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilDarwin.cpp48 static struct sigaction IgnoreSignalAction; in ExecuteCommand() local
50 memset(&IgnoreSignalAction, 0, sizeof(IgnoreSignalAction)); in ExecuteCommand()
51 IgnoreSignalAction.sa_handler = SIG_IGN; in ExecuteCommand()
53 if (sigaction(SIGINT, &IgnoreSignalAction, &OldSigIntAction) == -1) { in ExecuteCommand()
58 if (sigaction(SIGQUIT, &IgnoreSignalAction, &OldSigQuitAction) == -1) { in ExecuteCommand()

Completed in 1 milliseconds