Searched refs:total_delay (Results 1 – 1 of 1) sorted by relevance
967 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByPeer() local968 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByPeer()984 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByPeer()1078 const uint64_t total_delay = NanoTime() - start_time; in SuspendThreadByThreadId() local1079 if (total_delay >= thread_suspend_timeout_ns_) { in SuspendThreadByThreadId()1090 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) { in SuspendThreadByThreadId()