HomeSort by relevance Sort by last modified time
    Searched full:total_sleep_time_usec (Results 1 - 7 of 7) sorted by null

  /system/core/debuggerd/
utility.c 89 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) {
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) {
122 if (*total_sleep_time_usec > max_total_sleep_usec) {
128 *total_sleep_time_usec += sleep_time_usec;
backtrace.c 66 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);
backtrace.h 29 int* total_sleep_time_usec);
utility.h 63 int wait_for_signal(pid_t tid, int* total_sleep_time_usec);
64 void wait_for_stop(pid_t tid, int* total_sleep_time_usec);
tombstone.h 29 bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec);
tombstone.c 425 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);
debuggerd.c 308 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);

Completed in 829 milliseconds