Home
last modified time | relevance | path

Searched refs:kMaxTimesRestarted (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_internal.h99 static const uptr kMaxTimesRestarted = 5; variable
Dsanitizer_symbolizer_process_libcdep.cc43 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) { in SendCommand()