Searched refs:DumpThread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dtrace.cc1014 static void DumpThread(Thread* t, void* arg) { function in namespace:art
1028 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os);
H A Druntime.cc418 DumpThread(os, self);
421 DumpThread(os, self);
430 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS {

Completed in 22 milliseconds