Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() function
114 SetSigaction(SIGALRM, AlarmHandler); in SetTimer()
H A DFuzzerUtilWindows.cpp95 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler() function
116 if (!CreateTimerQueueTimer(&Timer, TimerQueue, AlarmHandler, NULL, in SetTimer()
H A DFuzzerUtilFuchsia.cpp70 void AlarmHandler(int Seconds) { in AlarmHandler() function
405 std::thread T(AlarmHandler, Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()