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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h112 static const uptr kMaxTimesRestarted = 5; member in class:__sanitizer::SymbolizerProcess
H A Dsanitizer_symbolizer_libcdep.cpp485 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) {

Completed in 106 milliseconds