Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc644 debug_thread_id_ = Dbg::GetThreadSelfId(); in Run()
Djdwp_event.cc664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself"; in SendRequestAndPossiblySuspend()
808 ObjectId threadId = Dbg::GetThreadSelfId(); in PostVMStart()
Djdwp_handler.cc947 if (thread_id == Dbg::GetThreadSelfId()) { in TR_Suspend()
965 if (thread_id == Dbg::GetThreadSelfId()) { in TR_Resume()
/art/runtime/
Ddebugger.h498 static JDWP::ObjectId GetThreadSelfId() REQUIRES_SHARED(Locks::mutator_lock_);
Ddebugger.cc2444 JDWP::ObjectId Dbg::GetThreadSelfId() { in GetThreadSelfId() function in art::Dbg