Searched refs:dump_thread (Results 1 - 2 of 2) sorted by relevance

/system/core/debuggerd/
H A Dbacktrace.c65 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);
H A Dtombstone.c424 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);

Completed in 28 milliseconds