Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc438 static constexpr uint64_t kEmptyCheckpointTotalTimeoutMs = 600 * 1000; // 10 minutes. in RunEmptyCheckpoint() local
447 if (kIsDebugBuild && total_wait_time > kEmptyCheckpointTotalTimeoutMs) { in RunEmptyCheckpoint()