Home | History | Annotate | Download | only in debuggerd

Lines Matching full:need_cleanup

374     int need_cleanup = 0;
397 need_cleanup |= ptrace(PTRACE_DETACH, new_tid, 0, 0);
400 return need_cleanup != 0;
408 bool need_cleanup = false;
415 return need_cleanup;
424 need_cleanup = dump_sibling_thread_report(fd, pid, tid);
428 return need_cleanup;
545 bool need_cleanup = false;
657 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n);
686 need_cleanup |= (detach_status != 0);
703 if (need_cleanup) {