Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc381 constexpr uint64_t kLongWaitThreshold = MsToNs(1); in RunCheckpoint() local
382 if (UNLIKELY(total_delay > kLongWaitThreshold)) { in RunCheckpoint()