Home
last modified time | relevance | path

Searched refs:dvmDbgGetThreadSelfId (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/jdwp/
DJdwpEvent.c593 if (dvmDbgGetThreadSelfId() == state->debugThreadId) { in suspendByPolicy()
614 dvmJdwpSetWaitForEventThread(state, dvmDbgGetThreadSelfId()); in suspendByPolicy()
750 ObjectId threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostVMStart()
825 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostLocationEvent()
933 assert(threadId = dvmDbgGetThreadSelfId()); in dvmJdwpPostThreadChange()
1043 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostException()
1141 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostClassPrepare()
DJdwpMain.c298 state->debugThreadId = dvmDbgGetThreadSelfId(); in jdwpThreadStart()
DJdwpHandler.c1110 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Suspend()
1131 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Resume()
/dalvik/vm/
DDebugger.h243 ObjectId dvmDbgGetThreadSelfId(void);
DDebugger.c2169 ObjectId dvmDbgGetThreadSelfId(void) in dvmDbgGetThreadSelfId() function