Searched refs:vmExitCond (Results 1 – 3 of 3) sorted by relevance
514 pthread_cond_t vmExitCond; member
269 pthread_cond_init(&gDvm.vmExitCond, NULL); in dvmThreadStartup()2153 int cc = pthread_cond_signal(&gDvm.vmExitCond); in dvmDetachCurrentThread()
2985 pthread_cond_wait(&gDvm.vmExitCond, &gDvm.threadListLock); in DestroyJavaVM()