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

/dalvik/vm/alloc/
H A DHeapSource.cpp192 bool hasGcThread; member in struct:HeapSource
539 gHs->hasGcThread = dvmCreateInternalThread(&gHs->gcThread, "GC",
541 return gHs->hasGcThread;
546 if (gHs->hasGcThread) {
654 hs->hasGcThread = false;
976 if (gDvm.gcHeap->gcRunning || !hs->hasGcThread) {

Completed in 21 milliseconds