USLEEP
Section: Linux Programmer's Manual (3)
Updated: July 4, 1993
Index
Return to Main Contents
NAME
usleep - suspend execution for interval of microseconds
SYNOPSIS
#include <unistd.h>
void usleep(unsigned long usec);
DESCRIPTION
The usleep() function suspends execution of the calling process for
usec microseconds. The sleep may be lengthened slightly by any
system activity or by the time spent processing the call.
CONFORMING TO
BSD 4.3
SEE ALSO
setitimer(2), getitimer(2), sleep(3), alarm(3), select(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- CONFORMING TO
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 12:24:21 GMT, March 22, 2025