Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h119 static const uptr kMaxTimesRestarted = 5; variable
H A Dsanitizer_symbolizer_libcdep.cpp504 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) { in SendCommand()