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 | 1005 static void DumpThread(Thread* t, void* arg) { in DumpThread() function 1019 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
|
D | runtime.cc | 562 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
|