Home
last modified time | relevance | path

Searched refs:total_sleep_time_usec (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/
Dbacktrace.cpp71 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) { in dump_thread() argument
96 if (!attached && wait_for_sigstop(tid, total_sleep_time_usec, detach_failed) == -1) { in dump_thread()
114 int* total_sleep_time_usec) { in dump_backtrace() argument
120 dump_thread(&log, tid, true, detach_failed, total_sleep_time_usec); in dump_backtrace()
138 dump_thread(&log, new_tid, false, detach_failed, total_sleep_time_usec); in dump_backtrace()
Dutility.cpp82 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed) { in wait_for_sigstop() argument
102 if (*total_sleep_time_usec > MAX_TOTAL_SLEEP_USEC) { in wait_for_sigstop()
108 *total_sleep_time_usec += SLEEP_TIME_USEC; in wait_for_sigstop()
Dtombstone.h29 int* total_sleep_time_usec);
Dbacktrace.h29 int* total_sleep_time_usec);
Ddebuggerd.cpp399 int total_sleep_time_usec = 0; in handle_request() local
401 int signal = wait_for_sigstop(request.tid, &total_sleep_time_usec, &detach_failed); in handle_request()
414 &detach_failed, &total_sleep_time_usec); in handle_request()
418 &total_sleep_time_usec); in handle_request()
450 &detach_failed, &total_sleep_time_usec); in handle_request()
Dtombstone.cpp422 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec, BacktraceMap* map) { in dump_sibling_thread_report() argument
455 if (wait_for_sigstop(new_tid, total_sleep_time_usec, &detach_failed) == -1) { in dump_sibling_thread_report()
640 int* total_sleep_time_usec) { in dump_crash() argument
685 detach_failed = dump_sibling_thread_report(log, pid, tid, total_sleep_time_usec, map.get()); in dump_crash()
785 bool* detach_failed, int* total_sleep_time_usec) { in engrave_tombstone() argument
819 dump_sibling_threads, total_sleep_time_usec); in engrave_tombstone()