HomeSort by relevance Sort by last modified time
    Searched full:need_cleanup (Results 1 - 1 of 1) sorted by null

  /system/core/debuggerd/
debuggerd.c 561 int need_cleanup = 0; local
584 need_cleanup |= ptrace(PTRACE_DETACH, new_tid, 0, 0);
587 return need_cleanup != 0;
595 bool need_cleanup = false; local
602 return need_cleanup;
611 need_cleanup = dump_sibling_thread_report(fd, pid, tid);
615 return need_cleanup;
732 bool need_cleanup = false; local
812 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n);
841 need_cleanup |= (detach_status != 0)
    [all...]

Completed in 802 milliseconds