Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd.c570 unsigned new_tid; in dump_sibling_thread_report() local
574 new_tid = atoi(de->d_name); in dump_sibling_thread_report()
576 if (new_tid == tid) in dump_sibling_thread_report()
580 if (ptrace(PTRACE_ATTACH, new_tid, 0, 0) < 0) in dump_sibling_thread_report()
583 dump_crash_report(tfd, pid, new_tid, false); in dump_sibling_thread_report()
584 need_cleanup |= ptrace(PTRACE_DETACH, new_tid, 0, 0); in dump_sibling_thread_report()