Searched refs:jdwp_token_owner_thread_id_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc688 CHECK_NE(jdwp_token_owner_thread_id_, threadId) << "Thread is already holding event thread lock";
694 while (jdwp_token_owner_thread_id_ != 0) {
696 jdwp_token_owner_thread_id_, threadId);
704 jdwp_token_owner_thread_id_ = threadId;
719 CHECK_NE(jdwp_token_owner_thread_id_, 0U);
720 VLOG(jdwp) << StringPrintf("cleared event token (%#" PRIx64 ")", jdwp_token_owner_thread_id_);
722 jdwp_token_owner_thread_id_ = 0;
H A Djdwp_main.cc231 jdwp_token_owner_thread_id_(0),
338 if (jdwp_token_owner_thread_id_ != 0) {
H A Djdwp.h396 ObjectId jdwp_token_owner_thread_id_; member in struct:art::JDWP::JdwpState

Completed in 54 milliseconds