Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_test.cc149 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
195 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
233 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
239 NanoSleep(millis_ * 1000 * 1000); in Run()
/art/runtime/base/
Dtime_utils.h81 void NanoSleep(uint64_t ns);
Dtime_utils_test.cc54 NanoSleep(MsToNs(1500)); in TEST()
Dtime_utils.cc169 void NanoSleep(uint64_t ns) { in NanoSleep() function
Dmutex.cc94 NanoSleep(100); in ScopedAllMutexesLock()
105 NanoSleep(100); in ~ScopedAllMutexesLock()
/art/runtime/gc/space/
Dlarge_object_space_test.cc127 NanoSleep((id_ + 3) * 1000); // (3+id) mu s in Run()
/art/runtime/gc/
Dheap.cc1364 NanoSleep(MsToNs(10)); in IsLiveObjectLocked()