Home
last modified time | relevance | path

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

/art/tools/timeout_dumper/
Dtimeout_dumper.cc516 void DumpThread(pid_t pid, in DumpThread() function
625 DumpThread(forked_pid, tid, addr2line_path.get(), " ", backtrace_map.get()); in DumpProcess()
/art/runtime/
Dtrace.cc1003 static void DumpThread(Thread* t, void* arg) { in DumpThread() function
1017 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Druntime.cc527 DumpThread(os, self); in Dump()
530 DumpThread(os, self); in Dump()
538 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS { in DumpThread() function