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

/dalvik/vm/jdwp/
H A DJdwpMain.cpp93 dvmDbgInitCond(&state->threadStartCond);
142 dvmDbgCondWait(&state->threadStartCond, &state->threadStartLock);
271 dvmDbgCondBroadcast(&state->threadStartCond);
H A DJdwpPriv.h78 pthread_cond_t threadStartCond; member in struct:JdwpState
/dalvik/vm/
H A DThread.cpp268 pthread_cond_init(&gDvm.threadStartCond, NULL);
1333 * THREAD_STARTING, broadcast to gDvm.threadStartCond, and then sleep
1334 * on gDvm.threadStartCond (which uses the thread list lock). This
1409 pthread_cond_wait(&gDvm.threadStartCond, &gDvm.threadListLock);
1444 pthread_cond_broadcast(&gDvm.threadStartCond);
1480 pthread_cond_broadcast(&gDvm.threadStartCond);
1496 pthread_cond_wait(&gDvm.threadStartCond, &gDvm.threadListLock);
1690 pthread_cond_wait(&gDvm.threadStartCond, &gDvm.threadListLock);
1734 * threadListLock is the mutex for threadStartCond.
1739 pthread_cond_broadcast(&gDvm.threadStartCond);
[all...]
H A DGlobals.h444 * - waiting on or signaling threadStartCond
452 pthread_cond_t threadStartCond; member in struct:DvmGlobals

Completed in 87 milliseconds