Unix implementation of IArchSleep. More...
#include <CArchSleepUnix.h>
Inherits IArchSleep.
Public Member Functions | |
| virtual void | sleep (double timeout) |
| Sleep. | |
Unix implementation of IArchSleep.
Definition at line 27 of file CArchSleepUnix.h.
| void CArchSleepUnix::sleep | ( | double | timeout | ) | [virtual] |
Sleep.
Blocks the calling thread for timeout seconds. If timeout < 0.0 then the call returns immediately. If timeout == 0.0 then the calling thread yields the CPU.
(cancellation point)
Implements IArchSleep.
Definition at line 58 of file CArchSleepUnix.cpp.
1.7.1