Searched refs:backoff_until (Results 1 – 3 of 3) sorted by relevance
57 int64 backoff_until = in Retry() local59 int64 wait_time_micros = backoff_until - now_micros; in Retry()
172 const auto backoff_until = (timeout <= absl::ZeroDuration() || local177 absl::ToInt64Microseconds(backoff_until - now));
752 int64 backoff_until = std::min( in GetElementTraced() local757 << ". Will retry in " << (backoff_until - now_micros) in GetElementTraced()759 Env::Default()->SleepForMicroseconds(backoff_until - now_micros); in GetElementTraced()