Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4243 static constexpr int kGcWaitSleepMicros = 2000; in CheckGCForNative() local
4244 usleep(kGcWaitSleepMicros); // Encourage our requested GC to start. in CheckGCForNative()