Searched refs:sleep_time (Results 1 – 2 of 2) sorted by relevance
48 sleep_time = MAX_SLEEP_TIME_IN_SECS53 time.sleep(sleep_time)54 sleep_time = max(sleep_time / 2, MIN_SLEEP_TIME_IN_SECS)
803 timespec sleep_time; in WaitChildProcs() local804 sleep_time.tv_sec = 0; in WaitChildProcs()805 sleep_time.tv_nsec = 1000000; in WaitChildProcs()806 nanosleep(&sleep_time, NULL); in WaitChildProcs()