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

  /art/runtime/
utils.h 307 void NanoSleep(uint64_t ns);
monitor.cc 661 NanoSleep(sleepDelayNs);
    [all...]
utils.cc 178 void NanoSleep(uint64_t ns) {
182 nanosleep(&tm, NULL);
    [all...]
  /art/runtime/base/
mutex.cc 111 NanoSleep(100);
116 NanoSleep(100);
  /art/runtime/gc/
heap.cc 669 NanoSleep(MsToNs(10));
    [all...]

Completed in 459 milliseconds