Searched defs:GetThreadId (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.h276 uint32_t GetThreadId() const { function in class:art::Thread
H A Ddebugger.cc2354 return GetThreadId(Thread::Current());
2357 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { function in class:art::Dbg
3875 JDWP::Set4BE(&buf[0], t->GetThreadId());
3886 JDWP::Append4BE(bytes, t->GetThreadId());
4468 record->SetThinLockId(self->GetThreadId());

Completed in 56 milliseconds