Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DPidUtils.cpp105 static constexpr time_t kMaxWaitTimeSeconds = 30; variable
110 time(nullptr) - start_time < kMaxWaitTimeSeconds && status == PID_RUN_KEEP_GOING;) { in WaitForPidState()
143 } while (time(nullptr) - start_time < kMaxWaitTimeSeconds && status == PID_RUN_KEEP_GOING && in WaitForPidStateAfterAttach()