HomeSort by relevance Sort by last modified time
    Searched refs:NanoSleep (Results 1 - 8 of 8) sorted by null

  /art/runtime/base/
time_utils.h 86 void NanoSleep(uint64_t ns);
time_utils_test.cc 54 NanoSleep(MsToNs(1500));
time_utils.cc 184 void NanoSleep(uint64_t ns) {
188 nanosleep(&tm, nullptr);
mutex.cc 108 NanoSleep(100);
114 NanoSleep(100);
127 NanoSleep(100);
134 NanoSleep(100);
    [all...]
  /art/runtime/
monitor_test.cc 149 NanoSleep(initial_sleep_ * 1000 * 1000);
195 NanoSleep(initial_sleep_ * 1000 * 1000);
233 NanoSleep(initial_sleep_ * 1000 * 1000);
239 NanoSleep(millis_ * 1000 * 1000);
thread-inl.h 376 NanoSleep(100000);
  /art/runtime/gc/space/
large_object_space_test.cc 136 NanoSleep((id_ + 3) * 1000); // (3+id) mu s
  /art/runtime/gc/
heap.cc     [all...]

Completed in 286 milliseconds