Home
last modified time | relevance | path

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

/art/tools/signal_dumper/
Dsignal_dumper.cc495 void DumpThread(pid_t pid, in DumpThread() function
603 DumpThread(forked_pid, tid, addr2line_path.get(), " ", backtrace_map.get()); in DumpProcess()
/art/runtime/
Dtrace.cc1005 static void DumpThread(Thread* t, void* arg) { in DumpThread() function
1019 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Druntime.cc562 DumpThread(os, self); in Dump()
565 DumpThread(os, self); in Dump()
573 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS { in DumpThread() function