sleeptools.h File Reference

Sleep for a specified amount of time. More...

#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.

Detailed Description

Sleep for a specified amount of time.

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.


Function Documentation

void sleep_until ( time_t  stoptime  ) 

Sleep until a specific time.

Parameters:
stoptime The absolute time to wait for.
void sleep_for ( time_t  interval  ) 

Sleep for a specific interval of time.

Parameters:
interval The number of seconds to wait.
Generated on Sun Aug 14 20:55:54 2011 for cctools by  doxygen 1.6.3