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 515 int need_cleanup = 0; local
538 need_cleanup |= ptrace(PTRACE_DETACH, new_tid, 0, 0);
541 return need_cleanup != 0;
549 bool need_cleanup = false; local
556 return need_cleanup;
565 need_cleanup = dump_sibling_thread_report(fd, pid, tid);
569 return need_cleanup;
686 bool need_cleanup = false; local
766 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n);
795 need_cleanup |= (detach_status != 0)
    [all...]

Completed in 936 milliseconds