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/
backtrace.cpp 66 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) {
91 wait_for_stop(tid, total_sleep_time_usec);
105 int* total_sleep_time_usec) {
111 dump_thread(&log, tid, true, detach_failed, total_sleep_time_usec);
129 dump_thread(&log, new_tid, false, detach_failed, total_sleep_time_usec);
tombstone.h 29 int* total_sleep_time_usec);
utility.h 74 int wait_for_signal(pid_t tid, int* total_sleep_time_usec);
75 void wait_for_stop(pid_t tid, int* total_sleep_time_usec);
utility.cpp 94 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) {
113 if (*total_sleep_time_usec > max_total_sleep_usec) {
121 *total_sleep_time_usec += sleep_time_usec;
125 void wait_for_stop(pid_t tid, int* total_sleep_time_usec) {
128 if (*total_sleep_time_usec > max_total_sleep_usec) {
134 *total_sleep_time_usec += sleep_time_usec;
backtrace.h 29 int* total_sleep_time_usec);
tombstone.cpp 378 Backtrace* backtrace, log_t* log, int* total_sleep_time_usec) {
380 wait_for_stop(backtrace->Tid(), total_sleep_time_usec);
391 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec, BacktraceMap* map) {
430 dump_thread(backtrace.get(), log, total_sleep_time_usec);
602 int* total_sleep_time_usec) {
631 dump_thread(backtrace.get(), log, total_sleep_time_usec);
640 detach_failed = dump_sibling_thread_report(log, pid, tid, total_sleep_time_usec, map.get());
740 bool* detach_failed, int* total_sleep_time_usec) {
774 dump_sibling_threads, total_sleep_time_usec);
debuggerd.cpp 241 int total_sleep_time_usec = 0; local
243 int signal = wait_for_signal(request.tid, &total_sleep_time_usec);
255 &detach_failed, &total_sleep_time_usec);
259 &total_sleep_time_usec);
291 &detach_failed, &total_sleep_time_usec);

Completed in 307 milliseconds