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

  /dalvik/vm/jdwp/
JdwpPriv.h 112 pthread_cond_t eventThreadCond;
JdwpMain.cpp 95 dvmDbgInitCond(&state->eventThreadCond);
JdwpEvent.cpp 669 dvmDbgCondWait(&state->eventThreadCond, &state->eventThreadLock);
697 dvmDbgCondSignal(&state->eventThreadCond);
    [all...]

Completed in 548 milliseconds