Home | History | Annotate | Download | only in jdwp

Lines Matching defs:threadId

200         JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
278 Dbg::UnconfigureStep(pMod->step.threadId);
481 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) {
521 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) {
628 ObjectId threadId) {
636 SetWaitForEventThread(threadId);
660 * Call this with a threadId of zero if you just want to wait for the
666 void JdwpState::SetWaitForEventThread(ObjectId threadId) {
679 event_thread_id_, threadId);
684 if (waited || threadId != 0) {
685 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId);
687 if (threadId != 0) {
688 event_thread_id_ = threadId;
693 * Clear the threadId and signal anybody waiting.
758 ObjectId threadId = Dbg::GetThreadSelfId();
778 expandBufAdd8BE(pReq, threadId);
784 SendRequestAndPossiblySuspend(pReq, suspend_policy, threadId);