Lines Matching full:total_delay
333 const uint64_t total_delay = NanoTime() - start_time;
337 if (UNLIKELY(total_delay > kLongWaitThreshold)) {
338 LOG(WARNING) << "Long wait of " << PrettyDuration(total_delay) << " for "
803 const uint64_t total_delay = NanoTime() - start_time;
804 if (total_delay >= MsToNs(kThreadSuspendTimeoutMs)) {
813 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) {
904 const uint64_t total_delay = NanoTime() - start_time;
905 if (total_delay >= MsToNs(kThreadSuspendTimeoutMs)) {
913 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) {