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