Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp143 void SleepSeconds(int Seconds) { in SleepSeconds() function
H A DFuzzerUtilWindows.cpp148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } SleepSeconds() function
H A DFuzzerUtilFuchsia.cpp426 void SleepSeconds(int Seconds) { SleepSeconds() function