Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.cc438 uint64_t total_wait_time = 0; in RunEmptyCheckpoint() local
460 total_wait_time += kEmptyCheckpointPeriodicTimeoutMs; in RunEmptyCheckpoint()
461 if (kIsDebugBuild && total_wait_time > kEmptyCheckpointTotalTimeoutMs) { in RunEmptyCheckpoint()