Home
last modified time | relevance | path

Searched refs:threadExitCond (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DProfile.h51 pthread_cond_t threadExitCond; member
DProfile.c147 pthread_cond_init(&gDvm.methodTrace.threadExitCond, NULL); in dvmProfilingStartup()
615 int cc = pthread_cond_broadcast(&state->threadExitCond); in dvmMethodTraceStop()
DThread.c2200 cc = pthread_cond_wait(&traceState->threadExitCond, in dvmDetachCurrentThread()