Searched refs:total_sleep_time_usec (Results 1 – 1 of 1) sorted by relevance
176 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed ATTRIBUTE_UNUSED) { in wait_for_sigstop() argument192 if (*total_sleep_time_usec > kMaxTotalSleepTimeMicroseconds) { in wait_for_sigstop()198 *total_sleep_time_usec += kSleepTimeMicroseconds; in wait_for_sigstop()219 int total_sleep_time_usec = 0; in Java_Main_unwindOtherProcess() local220 int signal = wait_for_sigstop(pid, &total_sleep_time_usec, &detach_failed); in Java_Main_unwindOtherProcess()