Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc379 const uint64_t total_delay = NanoTime() - start_time; in RunCheckpoint() local
382 if (UNLIKELY(total_delay > kLongWaitThreshold)) { in RunCheckpoint()
383 LOG(WARNING) << "Long wait of " << PrettyDuration(total_delay) << " for " in RunCheckpoint()
972 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByPeer() local
973 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByPeer()
989 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByPeer()
1083 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByThreadId() local
1084 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()
1095 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByThreadId()