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

  /art/runtime/jdwp/
jdwp_main.cc 531 debug_thread_id_ = Dbg::GetThreadSelfId();
jdwp_event.cc 664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself";
808 ObjectId threadId = Dbg::GetThreadSelfId();
    [all...]
jdwp_handler.cc 948 if (thread_id == Dbg::GetThreadSelfId()) {
966 if (thread_id == Dbg::GetThreadSelfId()) {
    [all...]
  /art/runtime/
debugger.h 466 static JDWP::ObjectId GetThreadSelfId() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
debugger.cc     [all...]

Completed in 122 milliseconds