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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp32 static struct sigaction OldSigQuitAction; member in namespace:fuzzer
61 if (sigaction(SIGQUIT, &IgnoreSignalAction, &OldSigQuitAction) == -1) {
75 (void)sigaction(SIGQUIT, &OldSigQuitAction, NULL);
145 if (sigaction(SIGQUIT, &OldSigQuitAction, NULL) == -1) {

Completed in 101 milliseconds