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

/system/core/debuggerd/
H A Dbacktrace.c66 bool* detach_failed, int* total_sleep_time_usec) {
111 *detach_failed = true;
115 void dump_backtrace(int fd, pid_t pid, pid_t tid, bool* detach_failed, argument
123 dump_thread(&log, tid, context, true, detach_failed, total_sleep_time_usec);
142 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.c287 bool detach_failed = false; local
311 signal, true, true, &detach_failed,
315 dump_backtrace(fd, request.pid, request.tid, &detach_failed,
348 signal, !attach_gdb, false, &detach_failed,
379 detach_failed = true;
393 detach_failed = true;
403 if (detach_failed) {
H A Dtombstone.c418 bool detach_failed = false; local
445 detach_failed = true;
450 return detach_failed;
624 bool detach_failed = false; local
626 detach_failed = dump_sibling_thread_report(context, log, pid, tid, total_sleep_time_usec);
634 return detach_failed;
694 bool dump_sibling_threads, bool quiet, bool* detach_failed,
701 *detach_failed = false;
709 *detach_failed = false;
716 *detach_failed
693 engrave_tombstone(pid_t pid, pid_t tid, int signal, bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec) argument
[all...]

Completed in 68 milliseconds