Searched refs:dvmDbgInitCond (Results 1 – 3 of 3) sorted by relevance
93 dvmDbgInitCond(&state->threadStartCond); in dvmJdwpStartup()94 dvmDbgInitCond(&state->attachCond); in dvmJdwpStartup()95 dvmDbgInitCond(&state->eventThreadCond); in dvmJdwpStartup()
114 void dvmDbgInitCond(pthread_cond_t* pCond);
134 void dvmDbgInitCond(pthread_cond_t* pCond) in dvmDbgInitCond() function