Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetTid

77     if (thread->GetTid() == tid) {
91 os << "DUMPING THREAD " << thread->GetTid() << "\n";
92 DumpNativeStack(os, thread->GetTid(), "\t");
904 DumpNativeStack(os, GetTid(), " native: ", nullptr);