Searched refs:DumpThread (Results 1 – 3 of 3) sorted by relevance
/art/tools/signal_dumper/ |
D | signal_dumper.cc | 495 void DumpThread(pid_t pid, in DumpThread() function 603 DumpThread(forked_pid, tid, addr2line_path.get(), " ", backtrace_map.get()); in DumpProcess()
|
/art/runtime/ |
D | trace.cc | 1008 static void DumpThread(Thread* t, void* arg) { in DumpThread() function 1022 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
|
D | runtime.cc | 542 DumpThread(os, self); in Dump() 545 DumpThread(os, self); in Dump() 553 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS { in DumpThread() function
|