Searched refs:NanoSleep (Results 1 – 9 of 9) sorted by relevance
101 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()147 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()185 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()191 NanoSleep(millis_ * 1000 * 1000); in Run()
381 NanoSleep(100000); in ModifySuspendCount()
54 NanoSleep(MsToNs(1500)); in TEST()
98 void NanoSleep(uint64_t ns);
210 void NanoSleep(uint64_t ns) { in NanoSleep() function
137 NanoSleep((id_ + 3) * 1000); // (3+id) mu s in Run()
100 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
103 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
1586 NanoSleep(MsToNs(10)); in IsLiveObjectLocked()