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

  /art/runtime/jdwp/
jdwp_main.cc 215 debug_thread_id_(0),
294 while (state->debug_thread_id_ == 0) {
490 debug_thread_id_ = static_cast<ObjectId>(-1);
521 debug_thread_id_ = Dbg::GetThreadSelfId();
jdwp_event.cc 597 if (thread_self_id == debug_thread_id_) {
653 SetWaitForJdwpToken(debug_thread_id_);
663 CHECK_NE(debug_thread_id_, threadId) << "Not expected debug thread";
702 if (waited || threadId != debug_thread_id_) {
    [all...]
jdwp.h 369 ObjectId debug_thread_id_; member in struct:art::JDWP::JdwpState

Completed in 241 milliseconds