Searched refs:threadId (Results 1 – 4 of 4) sorted by relevance
45 ObjectId threadId; member76 ObjectId threadId; member
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() argument636 SetWaitForEventThread(threadId); in SendRequestAndPossiblySuspend()666 void JdwpState::SetWaitForEventThread(ObjectId threadId) { in SetWaitForEventThread() argument679 event_thread_id_, threadId); in SetWaitForEventThread()684 if (waited || threadId != 0) { in SetWaitForEventThread()685 VLOG(jdwp) << StringPrintf("event token grabbed (%#" PRIx64 ")", threadId); in SetWaitForEventThread()[all …]
169 void SetWaitForEventThread(ObjectId threadId)308 ObjectId threadId)
1273 mod.threadOnly.threadId = thread_id; in ER_Set()1334 mod.step.threadId = thread_id; in ER_Set()