Searched refs:kYieldMax (Results 1 – 2 of 2) sorted by relevance
85 static constexpr uint32_t kYieldMax = 20; in BackOff() local95 } else if (i <= kYieldMax) { in BackOff()98 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
66 static constexpr uint32_t kYieldMax = 20; in BackOff() local76 } else if (i <= kYieldMax) { in BackOff()79 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()