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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtil.h52 void SleepSeconds(int Seconds);
H A DFuzzerUtilPosix.cpp111 void SleepSeconds(int Seconds) { function in namespace:fuzzer
H A DFuzzerUtilWindows.cpp140 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } function in namespace:fuzzer
H A DFuzzerUtilFuchsia.cpp67 SleepSeconds(Seconds);
323 void SleepSeconds(int Seconds) { function in namespace:fuzzer
H A DFuzzerDriver.cpp204 SleepSeconds(600);
263 SleepSeconds(1);

Completed in 117 milliseconds