Searched refs:threadExitCond (Results 1 – 3 of 3) sorted by relevance
51 pthread_cond_t threadExitCond; member
147 pthread_cond_init(&gDvm.methodTrace.threadExitCond, NULL); in dvmProfilingStartup()615 int cc = pthread_cond_broadcast(&state->threadExitCond); in dvmMethodTraceStop()
2200 cc = pthread_cond_wait(&traceState->threadExitCond, in dvmDetachCurrentThread()