Searched refs:dump_thread (Results 1 – 2 of 2) sorted by relevance
/system/core/debuggerd/ |
D | backtrace.cpp | 71 static void dump_thread(log_t* log, BacktraceMap* map, pid_t pid, pid_t tid) { in dump_thread() function 107 dump_thread(&log, map, pid, tid); in dump_backtrace() 110 dump_thread(&log, map, pid, sibling); in dump_backtrace()
|
D | tombstone.cpp | 447 static void dump_thread(log_t* log, pid_t pid, pid_t tid, BacktraceMap* map, int signal, in dump_thread() function 618 dump_thread(log, pid, tid, map, signal, si_code, abort_msg_address, true); in dump_crash() 625 dump_thread(log, pid, sibling, map, 0, 0, 0, false); in dump_crash()
|