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

/dalvik/vm/alloc/
H A DHeapSource.cpp172 pthread_t gcThread; member in struct:HeapSource
450 gHs->hasGcThread = dvmCreateInternalThread(&gHs->gcThread, "GC",
462 pthread_join(gHs->gcThread, NULL);

Completed in 39 milliseconds