Searched refs:SleepForSeconds (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc68 void SleepForSeconds(int seconds) { function in namespace:__sanitizer
H A Dsanitizer_win.cc199 void SleepForSeconds(int seconds) { function in namespace:__sanitizer
H A Dsanitizer_common.h147 void SleepForSeconds(int seconds);
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc41 SleepForSeconds(flags()->sleep_before_dying);
H A Dasan_report.cc463 SleepForSeconds(Max(100, flags()->sleep_before_dying + 1));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc134 SleepForSeconds(1);

Completed in 309 milliseconds