Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc447 uint64_t total_wait_time = 0; in RunEmptyCheckpoint() local
469 total_wait_time += kEmptyCheckpointPeriodicTimeoutMs; in RunEmptyCheckpoint()
470 if (kIsDebugBuild && total_wait_time > kEmptyCheckpointTotalTimeoutMs) { in RunEmptyCheckpoint()