Searched refs:GetThreadSelfId (Results 1 - 5 of 5) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_main.cc531 debug_thread_id_ = Dbg::GetThreadSelfId();
H A Djdwp_event.cc664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself";
808 ObjectId threadId = Dbg::GetThreadSelfId();
H A Djdwp_handler.cc948 if (thread_id == Dbg::GetThreadSelfId()) {
966 if (thread_id == Dbg::GetThreadSelfId()) {
/art/runtime/
H A Ddebugger.h466 static JDWP::ObjectId GetThreadSelfId() REQUIRES_SHARED(Locks::mutator_lock_);
H A Ddebugger.cc2410 JDWP::ObjectId Dbg::GetThreadSelfId() { function in class:art::Dbg

Completed in 55 milliseconds