HomeSort by relevance Sort by last modified time
    Searched refs:detach_failed (Results 1 - 5 of 5) sorted by null

  /system/core/debuggerd/
backtrace.h 28 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
tombstone.h 29 bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec);
backtrace.c 66 bool* detach_failed, int* total_sleep_time_usec) {
112 *detach_failed = true;
116 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
125 dump_thread(&log, tid, context, true, detach_failed, total_sleep_time_usec);
143 dump_thread(&log, new_tid, context, false, detach_failed, total_sleep_time_usec);
debuggerd.c 295 bool detach_failed = false; local
319 signal, request.abort_msg_address, true, true, &detach_failed,
324 request.pid, request.tid, &detach_failed,
358 &detach_failed, &total_sleep_time_usec);
388 detach_failed = true;
402 detach_failed = true;
412 if (detach_failed) {
tombstone.c 449 bool detach_failed = false; local
475 detach_failed = true;
480 return detach_failed;
702 bool detach_failed = false; local
704 detach_failed = dump_sibling_thread_report(context, log, pid, tid, total_sleep_time_usec);
722 return detach_failed;
811 bool dump_sibling_threads, bool quiet, bool* detach_failed,
817 *detach_failed = false;
824 *detach_failed = false;
832 *detach_failed = dump_crash(&log, pid, tid, signal, abort_msg_address, dump_sibling_threads
    [all...]

Completed in 475 milliseconds