[Previous] [Contents] [Next]

napms()

Sleep for ms milliseconds

Synopsis:

#include <unistd.h> 

int napms( int ms);

Library:

libc

Description:

The napms() routine is used to sleep for ms milliseconds.

Classification:

Unix

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

delay(), nap()


[Previous] [Contents] [Next]