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

/art/runtime/
H A Dthread_list.cc64 static constexpr uint64_t kLongThreadSuspendThreshold = MsToNs(5); member in namespace:art
677 if (suspend_time > kLongThreadSuspendThreshold) {

Completed in 64 milliseconds