Searched defs:SleepSeconds (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp126 void SleepSeconds(int Seconds) { function in namespace:fuzzer
H A DFuzzerUtilFuchsia.cpp384 void SleepSeconds(int Seconds) { function in namespace:fuzzer
H A DFuzzerUtilWindows.cpp140 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } function in namespace:fuzzer

Completed in 74 milliseconds