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 28 bool dump_sibling_threads, bool* detach_failed,
backtrace.cpp 66 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) {
100 *detach_failed = true;
104 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
111 dump_thread(&log, tid, true, detach_failed, total_sleep_time_usec);
129 dump_thread(&log, new_tid, false, detach_failed, total_sleep_time_usec);
debuggerd.cpp 229 bool detach_failed = false; local
255 &detach_failed, &total_sleep_time_usec);
258 dump_backtrace(fd, -1, request.pid, request.tid, &detach_failed,
291 &detach_failed, &total_sleep_time_usec);
319 detach_failed = true;
331 detach_failed = true;
341 if (detach_failed) {
tombstone.cpp 403 bool detach_failed = false; local
437 detach_failed = true;
442 return detach_failed;
638 bool detach_failed = false; local
640 detach_failed = dump_sibling_thread_report(log, pid, tid, total_sleep_time_usec, map.get());
656 return detach_failed;
740 bool* detach_failed, int* total_sleep_time_usec) {
764 *detach_failed = false;
773 *detach_failed = dump_crash(&log, pid, tid, signal, original_si_code, abort_msg_address,

Completed in 163 milliseconds