HomeSort by relevance Sort by last modified time
    Searched refs:SleepForSeconds (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_nolibc.cc 26 void SleepForSeconds(int seconds) { internal_sleep(seconds); }
sanitizer_termination.cc 74 SleepForSeconds(kSecondsToSleepWhenRecursiveCheckFailed);
sanitizer_posix_libcdep.cc 120 void SleepForSeconds(int seconds) {
sanitizer_win.cc 389 void SleepForSeconds(int seconds) {
sanitizer_common.h 328 void SleepForSeconds(int seconds);
  /external/google-benchmark/src/
sleep.h 12 void SleepForSeconds(double seconds);
sleep.cc 31 void SleepForSeconds(double seconds) {
47 void SleepForSeconds(double seconds) {
  /external/libcxx/utils/google-benchmark/src/
sleep.cc 30 void SleepForSeconds(double seconds) {
46 void SleepForSeconds(double seconds) {
sleep.h 14 void SleepForSeconds(double seconds);
  /external/compiler-rt/lib/asan/
asan_rtl.cc 50 SleepForSeconds(flags()->sleep_before_dying);
asan_report.cc 668 SleepForSeconds(Max(100, flags()->sleep_before_dying + 1));
    [all...]

Completed in 606 milliseconds