Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtilWindows.cpp140 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
H A DFuzzerUtilPosix.cpp111 void SleepSeconds(int Seconds) { in SleepSeconds() function
H A DFuzzerUtilFuchsia.cpp323 void SleepSeconds(int Seconds) { in SleepSeconds() function