Home
last modified time | relevance | path

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

/dalvik/vm/
DProfile.h41 pthread_cond_t threadExitCond; member
DProfile.cpp183 pthread_cond_init(&gDvm.methodTrace.threadExitCond, NULL); in dvmProfilingStartup()
723 dvmBroadcastCond(&state->threadExitCond); in dvmMethodTraceStop()
DThread.cpp2120 dvmWaitCond(&traceState->threadExitCond, in dvmDetachCurrentThread()