Searched refs:total_delay (Results 1 – 1 of 1) sorted by relevance
379 const uint64_t total_delay = NanoTime() - start_time; in RunCheckpoint() local382 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() local973 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() local1084 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()1095 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByThreadId()