Searched refs:DumpThread (Results 1 – 2 of 2) sorted by relevance
709 static void DumpThread(Thread* t, void* arg) { in DumpThread() function723 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
234 DumpThread(os, self); in Dump()237 DumpThread(os, self); in Dump()245 void DumpThread(std::ostream& os, Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in DumpThread() function