Searched defs:total_sleep_time_usec (Results 1 - 4 of 4) sorted by relevance

/system/core/debuggerd/
H A Dutility.c89 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) { argument
107 if (*total_sleep_time_usec > max_total_sleep_usec) {
115 *total_sleep_time_usec += sleep_time_usec;
119 void wait_for_stop(pid_t tid, int* total_sleep_time_usec) { argument
122 if (*total_sleep_time_usec > max_total_sleep_usec) {
128 *total_sleep_time_usec += sleep_time_usec;
H A Dbacktrace.c66 bool* detach_failed, int* total_sleep_time_usec) {
92 wait_for_stop(tid, total_sleep_time_usec);
117 int* total_sleep_time_usec) {
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);
65 dump_thread(log_t* log, pid_t tid, ptrace_context_t* context, bool attached, bool* detach_failed, int* total_sleep_time_usec) argument
116 dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, int* total_sleep_time_usec) argument
H A Ddebuggerd.c308 int total_sleep_time_usec = 0; local
310 int signal = wait_for_signal(request.tid, &total_sleep_time_usec);
321 &total_sleep_time_usec);
326 &total_sleep_time_usec);
359 &detach_failed, &total_sleep_time_usec);
H A Dtombstone.c425 int* total_sleep_time_usec) {
426 wait_for_stop(tid, total_sleep_time_usec);
438 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec) {
471 dump_thread(context, log, new_tid, false, total_sleep_time_usec);
666 bool dump_sibling_threads, int* total_sleep_time_usec)
696 dump_thread(context, log, tid, true, total_sleep_time_usec);
704 detach_failed = dump_sibling_thread_report(context, log, pid, tid, total_sleep_time_usec);
812 int* total_sleep_time_usec) {
833 total_sleep_time_usec);
424 dump_thread(const ptrace_context_t* context, log_t* log, pid_t tid, bool at_fault, int* total_sleep_time_usec) argument
437 dump_sibling_thread_report(const ptrace_context_t* context, log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec) argument
665 dump_crash(log_t* log, pid_t pid, pid_t tid, int signal, uintptr_t abort_msg_address, bool dump_sibling_threads, int* total_sleep_time_usec) argument
810 engrave_tombstone(pid_t pid, pid_t tid, int signal, uintptr_t abort_msg_address, bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec) argument

Completed in 134 milliseconds