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

  /dalvik/vm/jdwp/
JdwpMain.c 108 dvmDbgCondWait(&state->threadStartCond, &state->threadStartLock);
122 dvmDbgCondWait(&state->attachCond, &state->attachLock);
JdwpEvent.c 667 dvmDbgCondWait(&state->eventThreadCond, &state->eventThreadLock);
    [all...]
  /dalvik/vm/
Debugger.h 115 void dvmDbgCondWait(pthread_cond_t* pCond, pthread_mutex_t* pMutex);
Debugger.c 138 void dvmDbgCondWait(pthread_cond_t* pCond, pthread_mutex_t* pMutex)
    [all...]

Completed in 39 milliseconds