Home | History | Annotate | Download | only in vm

Lines Matching refs:threadStartCond

277     pthread_cond_init(&gDvm.threadStartCond, NULL);
1506 * THREAD_STARTING, broadcast to gDvm.threadStartCond, and then sleep
1507 * on gDvm.threadStartCond (which uses the thread list lock). This
1582 pthread_cond_wait(&gDvm.threadStartCond, &gDvm.threadListLock);
1614 pthread_cond_broadcast(&gDvm.threadStartCond);
1651 pthread_cond_broadcast(&gDvm.threadStartCond);
1667 pthread_cond_wait(&gDvm.threadStartCond, &gDvm.threadListLock);
1859 pthread_cond_wait(&gDvm.threadStartCond, &gDvm.threadListLock);
1903 * threadListLock is the mutex for threadStartCond.
1908 pthread_cond_broadcast(&gDvm.threadStartCond);
1928 pthread_cond_broadcast(&gDvm.threadStartCond);