Searched refs:wait_time_micros (Results 1 – 1 of 1) sorted by relevance
59 int64 wait_time_micros = backoff_until - now_micros; in Retry() local60 if (wait_time_micros > 100 * 1000) { in Retry()62 << ". Will retry in " << wait_time_micros / 1000 << "ms."; in Retry()64 Env::Default()->SleepForMicroseconds(wait_time_micros); in Retry()