Home
last modified time | relevance | path

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

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