sleep (seconds) usleep (microseconds)
The integer number of seconds to sleep.
The integer number of microseconds to sleep.
These functions suspend execution for the given number of seconds or microseconds, after which time the task continues. Signals and timers will still be processed during this time.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.