HomeSort by relevance Sort by last modified time
    Searched refs:debug_thread_id_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_main.cc 222 debug_thread_id_(0),
302 while (state->debug_thread_id_ == 0) {
500 debug_thread_id_ = static_cast<ObjectId>(-1);
531 debug_thread_id_ = Dbg::GetThreadSelfId();
jdwp_event.cc 637 if (thread_self_id == debug_thread_id_) {
692 SetWaitForJdwpToken(debug_thread_id_);
728 CHECK_EQ(threadId, debug_thread_id_) << "Non-debugger thread is already holding event token";
742 if (waited || threadId != debug_thread_id_) {
    [all...]
jdwp.h 369 ObjectId debug_thread_id_; member in struct:art::JDWP::JdwpState

Completed in 669 milliseconds