Home
last modified time | relevance | path

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

/art/libarttools/
Dtools_test.cc211 NanoSleep(100'000'000); // Wait for child processes to exec. in TEST_F()
232 NanoSleep(100'000'000); // Wait for child processes to exec. in TEST_F()
249 NanoSleep(100'000'000); // Wait for child processes to exec. in TEST_F()
/art/libartbase/base/
Dtime_utils_test.cc54 NanoSleep(MsToNs(1500)); in TEST()
Dtime_utils.h120 void NanoSleep(uint64_t ns);
Dtime_utils.cc218 void NanoSleep(uint64_t ns) { in NanoSleep() function
/art/runtime/
Dmonitor_test.cc107 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
152 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
190 NanoSleep(initial_sleep_ * 1000 * 1000); in Run()
196 NanoSleep(millis_ * 1000 * 1000); in Run()
/art/libartbase/base/metrics/
Dmetrics_test.cc53 NanoSleep(2'000); in TEST_F()
62 NanoSleep(2'000); in TEST_F()
72 NanoSleep(2'000); in TEST_F()
80 NanoSleep(2'000); in TEST_F()
90 NanoSleep(2'000); in TEST_F()
250 NanoSleep(2'000); in TEST_F()
/art/runtime/gc/space/
Dlarge_object_space_test.cc137 NanoSleep((id_ + 3) * 1000); // (3+id) mu s in Run()
/art/runtime/base/
Dlocks.cc101 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
Dmutex.cc118 NanoSleep(1000ull * (i - kYieldMax)); in BackOff()
/art/runtime/gc/
Dheap.cc1790 NanoSleep(MsToNs(10)); in IsLiveObjectLocked()
/art/runtime/gc/collector/
Dmark_compact.cc2098 NanoSleep(kSleepUs * 1000 * (i - kYieldMax)); in BackOff()