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

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

Completed in 25 milliseconds