OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxTimesRestarted
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h
106
static const uptr
kMaxTimesRestarted
= 5;
sanitizer_symbolizer_libcdep.cc
363
for (; times_restarted_ <
kMaxTimesRestarted
; times_restarted_++) {
Completed in 64 milliseconds