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

/art/runtime/
H A Dthread_list.cc379 constexpr uint64_t kLongWaitThreshold = MsToNs(1); local
380 if (UNLIKELY(total_delay > kLongWaitThreshold)) {

Completed in 196 milliseconds