Searched refs:dvmDbgInitCond (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpMain.cpp93 dvmDbgInitCond(&state->threadStartCond);
94 dvmDbgInitCond(&state->attachCond);
95 dvmDbgInitCond(&state->eventThreadCond);
/dalvik/vm/
H A DDebugger.h114 void dvmDbgInitCond(pthread_cond_t* pCond);
H A DDebugger.cpp134 void dvmDbgInitCond(pthread_cond_t* pCond) function

Completed in 8 milliseconds