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

  /dalvik/vm/jdwp/
JdwpEvent.cpp 592 if (dvmDbgGetThreadSelfId() == state->debugThreadId) {
613 dvmJdwpSetWaitForEventThread(state, dvmDbgGetThreadSelfId());
747 ObjectId threadId = dvmDbgGetThreadSelfId();
820 basket.threadId = dvmDbgGetThreadSelfId();
923 assert(threadId == dvmDbgGetThreadSelfId());
1032 basket.threadId = dvmDbgGetThreadSelfId();
    [all...]
JdwpMain.cpp 332 state->debugThreadId = dvmDbgGetThreadSelfId();
JdwpHandler.cpp 1026 if (threadId == dvmDbgGetThreadSelfId()) {
1045 if (threadId == dvmDbgGetThreadSelfId()) {
    [all...]
  /dalvik/vm/
Debugger.h 246 ObjectId dvmDbgGetThreadSelfId(void);
Debugger.cpp     [all...]

Completed in 62 milliseconds