Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetTid

136   tls32_.tid = ::art::GetTid();
530 bool is_main_thread = (::art::GetTid() == getpid());
585 << ",tid=" << GetTid() << ',';
872 Thread::DumpState(os, this, GetTid());
1039 DumpKernelStack(os, GetTid(), " kernel: ", false);
1040 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort));