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 392 int need_cleanup = 0; local
418 need_cleanup = 1;
423 return need_cleanup != 0;
575 bool need_cleanup = false; local
587 return need_cleanup;
601 need_cleanup = dump_sibling_thread_report(fd, pid, tid);
609 return need_cleanup;
726 bool need_cleanup = false; local
840 need_cleanup = engrave_tombstone(cr.pid, tid, debug_uid, n);
869 need_cleanup |= (detach_status != 0)
    [all...]

Completed in 40 milliseconds