Lines Matching defs:threadId

106     ObjectId            threadId;       /* ThreadOnly */
194 dvmDbgConfigureStep(pMod->step.threadId, pMod->step.size,
253 dvmDbgUnconfigureStep(pMod->step.threadId);
474 if (pMod->threadOnly.threadId != basket->threadId)
509 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)\n", threadId);
675 if (threadId != 0)
676 state->eventThreadId = threadId;
682 * Clear the threadId and signal anybody waiting.
750 ObjectId threadId = dvmDbgGetThreadSelfId();
771 expandBufAdd8BE(pReq, threadId);
780 dvmJdwpSetWaitForEventThread(state, threadId);
825 basket.threadId = dvmDbgGetThreadSelfId();
835 if (basket.threadId == state->debugThreadId) {
883 basket.threadId, pLoc->idx);
896 expandBufAdd8BE(pReq, basket.threadId);
908 dvmJdwpSetWaitForEventThread(state, basket.threadId);
926 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start)
933 assert(threadId = dvmDbgGetThreadSelfId());
944 basket.threadId = threadId;
965 basket.threadId);
978 expandBufAdd8BE(pReq, basket.threadId);
990 dvmJdwpSetWaitForEventThread(state, basket.threadId);
1043 basket.threadId = dvmDbgGetThreadSelfId();
1071 basket.threadId, exceptionId, basket.caught);
1096 expandBufAdd8BE(pReq, basket.threadId);
1112 dvmJdwpSetWaitForEventThread(state, basket.threadId);
1141 basket.threadId = dvmDbgGetThreadSelfId();
1167 basket.threadId);
1173 if (basket.threadId == state->debugThreadId) {
1176 * should set threadId to null and if any threads were supposed
1180 basket.threadId = 0;
1192 expandBufAdd8BE(pReq, basket.threadId);
1209 dvmJdwpSetWaitForEventThread(state, basket.threadId);