Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc247 constexpr useconds_t kLongWaitThresholdUS = 1000; in RunCheckpoint() local
248 if (UNLIKELY(total_delay_us > kLongWaitThresholdUS)) { in RunCheckpoint()