Home
last modified time | relevance | path

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

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