Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp106 void SetTimer(int Seconds) { in SetTimer() function
120 SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()
H A DFuzzerUtilWindows.cpp102 void SetTimer(int Seconds) { in SetTimer() function in fuzzer::TimerQ
127 Timer.SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()