Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetTid

106     if (thread->GetTid() == tid) {
121 os << "DUMPING THREAD " << thread->GetTid() << "\n";
122 DumpNativeStack(os, thread->GetTid(), map.get(), "\t");
1265 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr);