Home
last modified time | relevance | path

Searched refs:debug_thread_id_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_main.cc215 debug_thread_id_(0), in JdwpState()
294 while (state->debug_thread_id_ == 0) { in Create()
490 debug_thread_id_ = static_cast<ObjectId>(-1); in Run()
521 debug_thread_id_ = Dbg::GetThreadSelfId(); in Run()
Djdwp_event.cc597 if (thread_self_id == debug_thread_id_) { in SuspendByPolicy()
653 SetWaitForJdwpToken(debug_thread_id_); in AcquireJdwpTokenForCommand()
663 CHECK_NE(debug_thread_id_, threadId) << "Not expected debug thread"; in AcquireJdwpTokenForEvent()
702 if (waited || threadId != debug_thread_id_) { in SetWaitForJdwpToken()
1228 if (thread_id == debug_thread_id_) { in PostClassPrepare()
Djdwp.h369 ObjectId debug_thread_id_; member