Home
last modified time | relevance | path

Searched refs:detach_failed (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/
Dbacktrace.c66 bool* detach_failed, int* total_sleep_time_usec) { in dump_thread() argument
112 *detach_failed = true; in dump_thread()
116 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, in dump_backtrace() argument
125 dump_thread(&log, tid, context, true, detach_failed, total_sleep_time_usec); in dump_backtrace()
143 dump_thread(&log, new_tid, context, false, detach_failed, total_sleep_time_usec); in dump_backtrace()
Ddebuggerd.c295 bool detach_failed = false; in handle_request() local
319 signal, request.abort_msg_address, true, true, &detach_failed, in handle_request()
324 request.pid, request.tid, &detach_failed, in handle_request()
358 &detach_failed, &total_sleep_time_usec); in handle_request()
388 detach_failed = true; in handle_request()
402 detach_failed = true; in handle_request()
412 if (detach_failed) { in handle_request()
Dbacktrace.h28 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
Dtombstone.h29 bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec);
Dtombstone.c449 bool detach_failed = false; in dump_sibling_thread_report() local
475 detach_failed = true; in dump_sibling_thread_report()
480 return detach_failed; in dump_sibling_thread_report()
702 bool detach_failed = false; in dump_crash() local
704 detach_failed = dump_sibling_thread_report(context, log, pid, tid, total_sleep_time_usec); in dump_crash()
722 return detach_failed; in dump_crash()
811 bool dump_sibling_threads, bool quiet, bool* detach_failed, in engrave_tombstone() argument
817 *detach_failed = false; in engrave_tombstone()
824 *detach_failed = false; in engrave_tombstone()
832 *detach_failed = dump_crash(&log, pid, tid, signal, abort_msg_address, dump_sibling_threads, in engrave_tombstone()