usleep(3) - Linux man page
The usleep() function suspends execution of the calling thread for (at least) usec microseconds. The sleep may be lengthened slightly by any system ... ... Name usleep - suspend execution for microsecond intervals Synopsis #include int usleep ......