Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h48 static constexpr int kMaxHeadRetries = 16; variable
220 for (size_t i = 0; i < kMaxHeadRetries; i++) { in ReadAllEntries()