Note that the standard Unix sleep() may be interrupted for a number of reasons. These routines will retry sleep() until the desired condition is reached.
#include <time.h>
Go to the source code of this file.
Functions | |
void | sleep_until (time_t stoptime) |
Sleep until a specific time. | |
void | sleep_for (time_t interval) |
Sleep for a specific interval of time. |
|
Sleep until a specific time.
|
|
Sleep for a specific interval of time.
|