Searched refs:kYieldMax (Results 1 – 3 of 3) sorted by relevance
88 static constexpr uint32_t kYieldMax = 20; in BackOff() local98 } else if (i <= kYieldMax) { in BackOff()101 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
105 static constexpr uint32_t kYieldMax = 20; in BackOff() local115 } else if (i <= kYieldMax) { in BackOff()118 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
3098 static constexpr uint32_t kYieldMax = 5; in BackOff() local3100 if (i <= kYieldMax) { in BackOff()3105 NanoSleep(10000ull * (i - kYieldMax)); in BackOff()