qrk::ConditionVariable Class Reference
ϐ
More...
#include <ConditionVariable.h>
List of all members.
Detailed Description
ϐ
Definition at line 23 of file ConditionVariable.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
qrk::ConditionVariable::ConditionVariable |
( |
const ConditionVariable & |
rhs |
) |
[private] |
qrk::ConditionVariable::ConditionVariable |
( |
void |
|
) |
|
qrk::ConditionVariable::~ConditionVariable |
( |
void |
|
) |
|
Member Function Documentation
bool qrk::ConditionVariable::isWaiting |
( |
void |
|
) |
|
bool qrk::ConditionVariable::wait |
( |
Lock * |
lock, |
|
|
int |
timeout = NoTimeout | |
|
) |
| | |
void qrk::ConditionVariable::wakeup |
( |
void |
|
) |
|
void qrk::ConditionVariable::wakeupAll |
( |
void |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: