Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilDarwin.cpp30 static struct sigaction OldSigQuitAction; member
58 if (sigaction(SIGQUIT, &IgnoreSignalAction, &OldSigQuitAction) == -1) { in ExecuteCommand()
72 (void)sigaction(SIGQUIT, &OldSigQuitAction, NULL); in ExecuteCommand()
135 if (sigaction(SIGQUIT, &OldSigQuitAction, NULL) == -1) { in ExecuteCommand()

Completed in 1 milliseconds