Searched refs:dvmDbgGetThreadSelfId (Results 1 – 5 of 5) sorted by relevance
592 if (dvmDbgGetThreadSelfId() == state->debugThreadId) { in suspendByPolicy()613 dvmJdwpSetWaitForEventThread(state, dvmDbgGetThreadSelfId()); in suspendByPolicy()747 ObjectId threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostVMStart()820 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostLocationEvent()923 assert(threadId == dvmDbgGetThreadSelfId()); in dvmJdwpPostThreadChange()1032 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostException()1129 basket.threadId = dvmDbgGetThreadSelfId(); in dvmJdwpPostClassPrepare()
332 state->debugThreadId = dvmDbgGetThreadSelfId(); in jdwpThreadStart()
1026 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Suspend()1045 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Resume()
246 ObjectId dvmDbgGetThreadSelfId(void);
2122 ObjectId dvmDbgGetThreadSelfId() in dvmDbgGetThreadSelfId() function