#include <CArchSleepUnix.h>
Inherits IArchSleep.
Inheritance diagram for CArchSleepUnix:
Public Member Functions | |
CArchSleepUnix () | |
virtual | ~CArchSleepUnix () |
virtual void | sleep (double timeout) |
Sleep. |
Definition at line 23 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 54 of file CArchSleepUnix.cpp.