Searched refs:total_sleep_time_usec (Results 1 - 7 of 7) sorted by path

/system/core/debuggerd/
H A Dbacktrace.c66 bool* detach_failed, int* total_sleep_time_usec) {
91 wait_for_stop(tid, total_sleep_time_usec);
116 int* total_sleep_time_usec) {
123 dump_thread(&log, tid, context, true, detach_failed, total_sleep_time_usec);
142 dump_thread(&log, new_tid, context, false, detach_failed, total_sleep_time_usec);
65 dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached, bool* detach_failed, int* total_sleep_time_usec) argument
115 dump_backtrace(int fd, pid_t pid, pid_t tid, bool* detach_failed, int* total_sleep_time_usec) argument
H A Dbacktrace.h29 int* total_sleep_time_usec);
H A Ddebuggerd.c299 int total_sleep_time_usec = 0; local
301 int signal = wait_for_signal(request.tid, &total_sleep_time_usec);
312 &total_sleep_time_usec);
316 &total_sleep_time_usec);
349 &total_sleep_time_usec);
H A Dtombstone.c394 int* total_sleep_time_usec) {
395 wait_for_stop(tid, total_sleep_time_usec);
407 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec) {
441 dump_thread(context, log, new_tid, false, total_sleep_time_usec);
601 bool dump_sibling_threads, int* total_sleep_time_usec)
618 dump_thread(context, log, tid, true, total_sleep_time_usec);
626 detach_failed = dump_sibling_thread_report(context, log, pid, tid, total_sleep_time_usec);
695 int* total_sleep_time_usec) {
717 total_sleep_time_usec);
393 dump_thread(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault, int* total_sleep_time_usec) argument
406 dump_sibling_thread_report(const ptrace_context_t* context, log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec) argument
600 dump_crash(log_t* log, pid_t pid, pid_t tid, int signal, bool dump_sibling_threads, int* total_sleep_time_usec) argument
693 engrave_tombstone(pid_t pid, pid_t tid, int signal, bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec) argument
H A Dtombstone.h29 bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec);
H A Dutility.c53 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) { argument
71 if (*total_sleep_time_usec > max_total_sleep_usec) {
79 *total_sleep_time_usec += sleep_time_usec;
83 void wait_for_stop(pid_t tid, int* total_sleep_time_usec) { argument
86 if (*total_sleep_time_usec > max_total_sleep_usec) {
92 *total_sleep_time_usec += sleep_time_usec;
H A Dutility.h51 int wait_for_signal(pid_t tid, int* total_sleep_time_usec);
52 void wait_for_stop(pid_t tid, int* total_sleep_time_usec);

Completed in 549 milliseconds