![]() |
CPPMyth
Library to interoperate with MythTV server
|

Public Member Functions | |
| void | Broadcast () |
| void | Signal () |
| bool | Wait (CMutex &mutex, P &predicate) |
| bool | Wait (CMutex &mutex, P &predicate, unsigned timeout) |
| bool | Wait (CMutex &mutex, CTimeout &timeout) |
Private Member Functions | |
| CCondition (const CCondition< P > &other) | |
| CCondition< P > & | operator= (const CCondition< P > &other) |
Private Attributes | |
| condition_t | m_condition |
Definition at line 33 of file condition.h.