HomeSort by relevance Sort by last modified time
    Searched defs:dump_thread (Results 1 - 2 of 2) 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);

Completed in 185 milliseconds