Home
last modified time | relevance | path

Searched refs:NanoSleep (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dtime_utils_test.cc54 NanoSleep(MsToNs(1500)); in TEST()
Dtime_utils.h98 void NanoSleep(uint64_t ns);
Dtime_utils.cc217 void NanoSleep(uint64_t ns) { in NanoSleep() function
/art/runtime/
Dmonitor_test.cc101 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()
Dthread-inl.h381 NanoSleep(100000); in ModifySuspendCount()
/art/runtime/gc/space/
Dlarge_object_space_test.cc137 NanoSleep((id_ + 3) * 1000); // (3+id) mu s in Run()
/art/runtime/base/
Dlocks.cc100 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
Dmutex.cc103 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
/art/runtime/gc/
Dheap.cc1594 NanoSleep(MsToNs(10)); in IsLiveObjectLocked()