Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd.c498 int need_cleanup = 0; in dump_sibling_thread_report() local
521 need_cleanup |= ptrace(PTRACE_DETACH, new_tid, 0, 0); in dump_sibling_thread_report()
524 return need_cleanup != 0; in dump_sibling_thread_report()
532 bool need_cleanup = false; in engrave_tombstone() local
539 return need_cleanup; in engrave_tombstone()
548 need_cleanup = dump_sibling_thread_report(fd, pid, tid); in engrave_tombstone()
552 return need_cleanup; in engrave_tombstone()
668 bool need_cleanup = false; in handle_crashing_process() local
748 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n); in handle_crashing_process()
777 need_cleanup |= (detach_status != 0); in handle_crashing_process()
[all …]