Searched refs:gcHeapCond (Results 1 – 3 of 3) sorted by relevance
644 dvmBroadcastCond(&gDvm.gcHeapCond); in dvmCollectGarbageInternal()736 dvmWaitCond(&gDvm.gcHeapCond, &gDvm.gcHeapLock); in dvmWaitForConcurrentGcToComplete()
33 pthread_cond_init(&gDvm.gcHeapCond, NULL); in dvmGcStartup()
552 pthread_cond_t gcHeapCond; member