Home
last modified time | relevance | path

Searched refs:threadId (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.h45 ObjectId threadId; member
76 ObjectId threadId; member
Djdwp_event.cc200 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()
[all …]
Djdwp.h169 void SetWaitForEventThread(ObjectId threadId)
308 ObjectId threadId)
Djdwp_handler.cc1273 mod.threadOnly.threadId = thread_id; in ER_Set()
1334 mod.step.threadId = thread_id; in ER_Set()