Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc354 times_restarted_(0), in SymbolizerProcess()
363 for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) { in SendCommand()
Dsanitizer_symbolizer_internal.h108 uptr times_restarted_; variable