Lines Matching full:threadid
106 ObjectId threadId; /* ThreadOnly */
208 dvmDbgConfigureStep(pMod->step.threadId, size, depth);
266 dvmDbgUnconfigureStep(pMod->step.threadId);
476 if (pMod->threadOnly.threadId != basket->threadId)
512 if (pMod->step.threadId != basket->threadId)
649 * Call this with a threadId of zero if you just want to wait for the
655 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId)
668 state->eventThreadId, threadId);
673 if (waited || threadId != 0)
674 LOGV("event token grabbed (0x%llx)", threadId);
675 if (threadId != 0)
676 state->eventThreadId = threadId;
682 * Clear the threadId and signal anybody waiting.
748 ObjectId threadId = dvmDbgGetThreadSelfId();
769 expandBufAdd8BE(pReq, threadId);
778 dvmJdwpSetWaitForEventThread(state, threadId);
821 basket.threadId = dvmDbgGetThreadSelfId();
831 if (basket.threadId == state->debugThreadId) {
877 basket.threadId, pLoc->idx);
890 expandBufAdd8BE(pReq, basket.threadId);
902 dvmJdwpSetWaitForEventThread(state, basket.threadId);
920 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start)
924 assert(threadId = dvmDbgGetThreadSelfId());
936 basket.threadId = threadId;
955 basket.threadId);
968 expandBufAdd8BE(pReq, basket.threadId);
980 dvmJdwpSetWaitForEventThread(state, basket.threadId);
1033 basket.threadId = dvmDbgGetThreadSelfId();
1059 basket.threadId, exceptionId, basket.caught);
1084 expandBufAdd8BE(pReq, basket.threadId);
1103 dvmJdwpSetWaitForEventThread(state, basket.threadId);
1130 basket.threadId = dvmDbgGetThreadSelfId();
1154 basket.threadId);
1160 if (basket.threadId == state->debugThreadId) {
1163 * should set threadId to null and if any threads were supposed
1167 basket.threadId = 0;
1179 expandBufAdd8BE(pReq, basket.threadId);
1196 dvmJdwpSetWaitForEventThread(state, basket.threadId);