Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc333 const uint64_t total_delay = NanoTime() - start_time; in RunCheckpoint() local
337 if (UNLIKELY(total_delay > kLongWaitThreshold)) { in RunCheckpoint()
338 LOG(WARNING) << "Long wait of " << PrettyDuration(total_delay) << " for " in RunCheckpoint()
803 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByPeer() local
804 if (total_delay >= MsToNs(kThreadSuspendTimeoutMs)) { in SuspendThreadByPeer()
813 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByPeer()
904 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByThreadId() local
905 if (total_delay >= MsToNs(kThreadSuspendTimeoutMs)) { in SuspendThreadByThreadId()
913 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByThreadId()