Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc232 void SleepSeconds(double sleep_seconds) { in SleepSeconds() function
358 SleepSeconds(sleep_seconds); in TimeMultipleRuns()
585 SleepSeconds(inter_benchmark_sleep_seconds); in Main()
600 SleepSeconds(inter_benchmark_sleep_seconds); in Main()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp66 SleepSeconds(Seconds); in AlarmHandler()
371 void SleepSeconds(int Seconds) { in SleepSeconds() function
DFuzzerUtil.h53 void SleepSeconds(int Seconds);
DFuzzerUtilPosix.cpp140 void SleepSeconds(int Seconds) { in SleepSeconds() function
DFuzzerUtilWindows.cpp148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
DFuzzerDriver.cpp224 SleepSeconds(600); in PulseThread()
305 SleepSeconds(1); in RssThread()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilFuchsia.cpp66 SleepSeconds(Seconds); in AlarmHandler()
371 void SleepSeconds(int Seconds) { in SleepSeconds() function
DFuzzerUtil.h53 void SleepSeconds(int Seconds);
DFuzzerUtilPosix.cpp140 void SleepSeconds(int Seconds) { in SleepSeconds() function
DFuzzerUtilWindows.cpp148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
DFuzzerDriver.cpp224 SleepSeconds(600); in PulseThread()
305 SleepSeconds(1); in RssThread()
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp193 SleepSeconds(600); in PulseThread()
240 SleepSeconds(1); in RssThread()
DFuzzerUtil.cpp248 void SleepSeconds(int Seconds) { in SleepSeconds() function
DFuzzerInternal.h131 void SleepSeconds(int Seconds);