Usleep Man Page
The usleep() function is a Linux library call that causes the calling thread to suspend execution for microseconds. The usleep() function takes one argument, a time interval in microseconds, and suspends the current thread of execution until either the number of real-time microseconds specified by the argument has elapsed or a signal is delivered to…

