Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc1021 static void DumpThread(Thread* t, void* arg) { in DumpThread() function
1035 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Druntime.cc437 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