Searched defs:detach_failed (Results 1 - 3 of 3) sorted by path

/system/core/debuggerd/
H A Dbacktrace.c66 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, argument
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);
65 dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached, bool* detach_failed, int* total_sleep_time_usec) argument
H A Ddebuggerd.c295 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) {
H A Dtombstone.c449 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
810 engrave_tombstone(pid_t pid, pid_t tid, int signal, uintptr_t abort_msg_address, bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec) argument
[all...]

Completed in 36 milliseconds