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.h106 static const uptr kMaxTimesRestarted = 5; variable
Dsanitizer_symbolizer_libcdep.cc363 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) { in SendCommand()