Lines Matching refs:threadId
200 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
278 Dbg::UnconfigureStep(pMod->step.threadId); in UnregisterEvent()
481 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) { in ModsMatch()
521 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) { in ModsMatch()
628 ObjectId threadId) { in SendRequestAndPossiblySuspend() argument
636 SetWaitForEventThread(threadId); in SendRequestAndPossiblySuspend()
666 void JdwpState::SetWaitForEventThread(ObjectId threadId) { in SetWaitForEventThread() argument
679 event_thread_id_, threadId); in SetWaitForEventThread()
684 if (waited || threadId != 0) { in SetWaitForEventThread()
685 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForEventThread()
687 if (threadId != 0) { in SetWaitForEventThread()
688 event_thread_id_ = threadId; in SetWaitForEventThread()
758 ObjectId threadId = Dbg::GetThreadSelfId(); in PostVMStart() local
778 expandBufAdd8BE(pReq, threadId); in PostVMStart()
784 SendRequestAndPossiblySuspend(pReq, suspend_policy, threadId); in PostVMStart()