Searched refs:total_sleep_time_usec (Results 1 – 3 of 3) sorted by relevance
77 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) { in wait_for_signal() argument95 if (*total_sleep_time_usec > MAX_TOTAL_SLEEP_USEC) { in wait_for_signal()101 *total_sleep_time_usec += SLEEP_TIME_USEC; in wait_for_signal()
80 int wait_for_signal(pid_t tid, int* total_sleep_time_usec);
491 int total_sleep_time_usec = 0; in perform_dump() local493 int signal = wait_for_signal(request.tid, &total_sleep_time_usec); in perform_dump()