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

  /dalvik/vm/jdwp/
JdwpEvent.cpp 593 if (dvmDbgGetThreadSelfId() == state->debugThreadId) {
614 dvmJdwpSetWaitForEventThread(state, dvmDbgGetThreadSelfId());
748 ObjectId threadId = dvmDbgGetThreadSelfId();
821 basket.threadId = dvmDbgGetThreadSelfId();
924 assert(threadId = dvmDbgGetThreadSelfId());
1033 basket.threadId = dvmDbgGetThreadSelfId();
    [all...]
JdwpMain.cpp 332 state->debugThreadId = dvmDbgGetThreadSelfId();
JdwpHandler.cpp 1025 if (threadId == dvmDbgGetThreadSelfId()) {
1044 if (threadId == dvmDbgGetThreadSelfId()) {
    [all...]
  /dalvik/vm/
Debugger.h 246 ObjectId dvmDbgGetThreadSelfId(void);
Debugger.cpp     [all...]

Completed in 28 milliseconds