Home
last modified time | relevance | path

Searched refs:DumpThread (Results 1 – 2 of 2) 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()