COHERENT manpages

This page displays the COHERENT manpage for usleep() [Sleep briefly].

List of available manpages
Index


usleep() -- Sockets Function (libsocket)

Sleep briefly
long usleep (t)
long t;

The  function usleep()  sleeps for  t milliseconds or  until it  receives a
signal.

See Also

libsocket,
nap()

Notes

usleep() is  included for compatibility  with Berkeley socket  code.  It is
the equivalent of the System V Release 4 system call nap().