Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc444 uint64_t total_wait_time = 0; in RunEmptyCheckpoint() local
466 total_wait_time += kEmptyCheckpointPeriodicTimeoutMs; in RunEmptyCheckpoint()
467 if (kIsDebugBuild && total_wait_time > kEmptyCheckpointTotalTimeoutMs) { in RunEmptyCheckpoint()