Searched refs:sleep_time (Results 1 – 1 of 1) sorted by relevance
769 timespec sleep_time; in WaitChildProcs() local770 sleep_time.tv_sec = 0; in WaitChildProcs()771 sleep_time.tv_nsec = 1000000; in WaitChildProcs()772 nanosleep(&sleep_time, NULL); in WaitChildProcs()