Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp29 static struct sigaction OldSigIntAction; variable
53 if (sigaction(SIGINT, &IgnoreSignalAction, &OldSigIntAction) == -1) { in ExecuteCommand()
61 (void)sigaction(SIGINT, &OldSigIntAction, NULL); in ExecuteCommand()
73 (void)sigaction(SIGINT, &OldSigIntAction, NULL); in ExecuteCommand()
131 if (sigaction(SIGINT, &OldSigIntAction, NULL) == -1) { in ExecuteCommand()