Searched refs:dvmDbgGetThreadSelfId (Results 1 – 5 of 5) sorted by relevance
593 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()
298 state->debugThreadId = dvmDbgGetThreadSelfId(); in jdwpThreadStart()
1110 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Suspend()1131 if (threadId == dvmDbgGetThreadSelfId()) { in handleTR_Resume()
243 ObjectId dvmDbgGetThreadSelfId(void);
2169 ObjectId dvmDbgGetThreadSelfId(void) in dvmDbgGetThreadSelfId() function