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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp31 static struct sigaction OldSigIntAction; member in namespace:fuzzer
56 if (sigaction(SIGINT, &IgnoreSignalAction, &OldSigIntAction) == -1) {
64 (void)sigaction(SIGINT, &OldSigIntAction, NULL);
76 (void)sigaction(SIGINT, &OldSigIntAction, NULL);
141 if (sigaction(SIGINT, &OldSigIntAction, NULL) == -1) {

Completed in 53 milliseconds