HomeSort by relevance Sort by last modified time
    Searched refs:dvmDbgInitCond (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/jdwp/
JdwpMain.c 59 dvmDbgInitCond(&state->threadStartCond);
60 dvmDbgInitCond(&state->attachCond);
61 dvmDbgInitCond(&state->eventThreadCond);
  /dalvik/vm/
Debugger.h 114 void dvmDbgInitCond(pthread_cond_t* pCond);
Debugger.c 134 void dvmDbgInitCond(pthread_cond_t* pCond)
    [all...]

Completed in 14 milliseconds