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

  /dalvik/vm/jdwp/
JdwpMain.cpp 128 if (!dvmCreateInternalThread(&state->debugThreadHandle, "JDWP",
228 if (pthread_join(state->debugThreadHandle, &threadReturn) != 0) {
266 state->debugThreadHandle = dvmThreadSelf()->handle;
382 return state->debugThreadHandle;
JdwpPriv.h 81 pthread_t debugThreadHandle;

Completed in 23 milliseconds