Searched refs:kYieldMax (Results 1 – 2 of 2) sorted by relevance
87 static constexpr uint32_t kYieldMax = 20; in BackOff() local97 } else if (i <= kYieldMax) { in BackOff()100 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
104 static constexpr uint32_t kYieldMax = 20; in BackOff() local114 } else if (i <= kYieldMax) { in BackOff()117 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()