Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DForkTest.h43 for (size_t i = 0; i < kMaxRetries; i++) { in Fork()
60 for (size_t i = 0; i < kMaxRetries; i++) { in ForkAndWaitForPidState()
90 static constexpr size_t kMaxRetries = 3; variable