Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilDarwin.cpp29 static struct sigaction OldSigIntAction; member
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()

Completed in 1 milliseconds