Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp31 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() function
83 SetSigaction(SIGALRM, AlarmHandler); in SetTimer()
H A DFuzzerUtilWindows.cpp82 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler() function
103 if (!CreateTimerQueueTimer(&Timer, TimerQueue, AlarmHandler, NULL, in SetTimer()
H A DFuzzerUtilFuchsia.cpp65 void AlarmHandler(int Seconds) { in AlarmHandler() function
295 std::thread T(AlarmHandler, Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()