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 374 int need_cleanup = 0; local
397 need_cleanup |= ptrace(PTRACE_DETACH, new_tid, 0, 0);
400 return need_cleanup != 0;
408 bool need_cleanup = false; local
415 return need_cleanup;
424 need_cleanup = dump_sibling_thread_report(fd, pid, tid);
428 return need_cleanup;
545 bool need_cleanup = false; local
657 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n);
686 need_cleanup |= (detach_status != 0)
    [all...]

Completed in 81 milliseconds