Searched refs:dvmDbgCondWait (Results 1 – 4 of 4) sorted by relevance
142 dvmDbgCondWait(&state->threadStartCond, &state->threadStartLock); in dvmJdwpStartup()156 dvmDbgCondWait(&state->attachCond, &state->attachLock); in dvmJdwpStartup()
669 dvmDbgCondWait(&state->eventThreadCond, &state->eventThreadLock); in dvmJdwpSetWaitForEventThread()
115 void dvmDbgCondWait(pthread_cond_t* pCond, pthread_mutex_t* pMutex);
138 void dvmDbgCondWait(pthread_cond_t* pCond, pthread_mutex_t* pMutex) in dvmDbgCondWait() function