Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc377 const uint64_t total_delay = NanoTime() - start_time; in RunCheckpoint() local
380 if (UNLIKELY(total_delay > kLongWaitThreshold)) { in RunCheckpoint()
381 LOG(WARNING) << "Long wait of " << PrettyDuration(total_delay) << " for " in RunCheckpoint()
983 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByPeer() local
984 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByPeer()
1000 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByPeer()
1094 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByThreadId() local
1095 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()
1106 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByThreadId()