Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc212 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
290 Dbg::UnconfigureStep(pMod->step.threadId); in UnregisterEvent()
466 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) { in ModsMatch()
506 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) { in ModsMatch()
620 ObjectId threadId) { in SendRequestAndPossiblySuspend() argument
628 AcquireJdwpTokenForEvent(threadId); in SendRequestAndPossiblySuspend()
661 void JdwpState::AcquireJdwpTokenForEvent(ObjectId threadId) { in AcquireJdwpTokenForEvent() argument
663 CHECK_NE(debug_thread_id_, threadId) << "Not expected debug thread"; in AcquireJdwpTokenForEvent()
664 SetWaitForJdwpToken(threadId); in AcquireJdwpTokenForEvent()
679 void JdwpState::SetWaitForJdwpToken(ObjectId threadId) { in SetWaitForJdwpToken() argument
[all …]
Djdwp_event.h45 ObjectId threadId; member
76 ObjectId threadId; member
Djdwp.h165 void AcquireJdwpTokenForEvent(ObjectId threadId) LOCKS_EXCLUDED(jdwp_token_lock_);
306 ObjectId threadId)
354 void SetWaitForJdwpToken(ObjectId threadId) LOCKS_EXCLUDED(jdwp_token_lock_);
Djdwp_handler.cc1223 mod.threadOnly.threadId = thread_id; in ER_Set()
1284 mod.step.threadId = thread_id; in ER_Set()
/art/tools/
Dstream-trace-converter.py139 threadId = ReadShortLE(input)
140 if threadId == 0:
144 WriteShortLE(body, threadId)