Searched defs:total_sleep_time_usec (Results 1 - 4 of 4) sorted by relevance
/system/core/debuggerd/ |
H A D | backtrace.cpp | 71 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) { 96 if (!attached && wait_for_sigstop(tid, total_sleep_time_usec, detach_failed) == -1) { 114 int* total_sleep_time_usec) { 120 dump_thread(&log, tid, true, detach_failed, total_sleep_time_usec); 138 dump_thread(&log, new_tid, false, detach_failed, total_sleep_time_usec); 70 dump_thread( log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) argument 113 dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, int* total_sleep_time_usec) argument
|
H A D | utility.cpp | 82 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed) { argument 102 if (*total_sleep_time_usec > MAX_TOTAL_SLEEP_USEC) { 108 *total_sleep_time_usec += SLEEP_TIME_USEC;
|
H A D | debuggerd.cpp | 399 int total_sleep_time_usec = 0; local 401 int signal = wait_for_sigstop(request.tid, &total_sleep_time_usec, &detach_failed); 414 &detach_failed, &total_sleep_time_usec); 418 &total_sleep_time_usec); 450 &detach_failed, &total_sleep_time_usec);
|
H A D | tombstone.cpp | 422 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec, BacktraceMap* map) { 455 if (wait_for_sigstop(new_tid, total_sleep_time_usec, &detach_failed) == -1) { 640 int* total_sleep_time_usec) { 685 detach_failed = dump_sibling_thread_report(log, pid, tid, total_sleep_time_usec, map.get()); 785 bool* detach_failed, int* total_sleep_time_usec) { 819 dump_sibling_threads, total_sleep_time_usec); 421 dump_sibling_thread_report( log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec, BacktraceMap* map) argument 638 dump_crash(log_t* log, pid_t pid, pid_t tid, int signal, int si_code, uintptr_t abort_msg_address, bool dump_sibling_threads, int* total_sleep_time_usec) argument 783 engrave_tombstone(pid_t pid, pid_t tid, int signal, int original_si_code, uintptr_t abort_msg_address, bool dump_sibling_threads, bool* detach_failed, int* total_sleep_time_usec) argument
|
Completed in 40 milliseconds