Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_test.cc148 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
194 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
232 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
238 NanoSleep(millis_ * 1000 * 1000); in Run()
Dthread_list.cc577 NanoSleep(100000); in SuspendAllInternal()
/art/runtime/base/
Dtime_utils.h81 void NanoSleep(uint64_t ns);
Dtime_utils_test.cc54 NanoSleep(MsToNs(1500)); in TEST()
Dtime_utils.cc170 void NanoSleep(uint64_t ns) { in NanoSleep() function
Dmutex.cc97 NanoSleep(100); in ScopedAllMutexesLock()
108 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.cc1543 NanoSleep(MsToNs(10)); in IsLiveObjectLocked()