Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h53 void SleepSeconds(int Seconds);
H A DFuzzerUtilFuchsia.cpp72 SleepSeconds(Seconds); in AlarmHandler()
427 void SleepSeconds(int Seconds) { in SleepSeconds() function
H A DFuzzerUtilPosix.cpp143 void SleepSeconds(int Seconds) { in SleepSeconds() function
H A DFuzzerUtilWindows.cpp153 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
H A DFuzzerDriver.cpp224 SleepSeconds(600); in PulseThread()
310 SleepSeconds(1); in RssThread()