Searched defs:hasGcThread (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp171 bool hasGcThread; member in struct:HeapSource
450 gHs->hasGcThread = dvmCreateInternalThread(&gHs->gcThread, "GC",
452 return gHs->hasGcThread;
457 if (gHs->hasGcThread) {
559 hs->hasGcThread = false;
813 if (gDvm.gcHeap->gcRunning || !hs->hasGcThread) {

Completed in 65 milliseconds