OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SleepForSeconds
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc
68
void
SleepForSeconds
(int seconds) {
sanitizer_win.cc
199
void
SleepForSeconds
(int seconds) {
sanitizer_common.h
147
void
SleepForSeconds
(int seconds);
/external/compiler-rt/lib/asan/
asan_rtl.cc
41
SleepForSeconds
(flags()->sleep_before_dying);
asan_report.cc
463
SleepForSeconds
(Max(100, flags()->sleep_before_dying + 1));
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
134
SleepForSeconds
(1);
Completed in 79 milliseconds