HomeSort by relevance Sort by last modified time
    Searched full:dump_thread (Results 1 - 3 of 3) sorted by null

  /system/core/debuggerd/
backtrace.c 65 static void dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached, function
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);
tombstone.c 424 static void dump_thread(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault, function
471 dump_thread(context, log, new_tid, false, total_sleep_time_usec);
696 dump_thread(context, log, tid, true, total_sleep_time_usec);
  /external/kernel-headers/original/linux/
kernel.h 139 extern void dump_thread(struct pt_regs *regs, struct user *dump);

Completed in 145 milliseconds