Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp49 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() function
122 SetSigaction(SIGINT, InterruptHandler); in SetSignalHandler()
124 SetSigaction(SIGTERM, InterruptHandler); in SetSignalHandler()