Searched refs:DumpThread (Results 1 – 2 of 2) sorted by relevance
312 DumpThread(os, self); in Dump()315 DumpThread(os, self); in Dump()324 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS { in DumpThread() function
994 static void DumpThread(Thread* t, void* arg) { in DumpThread() function1008 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()