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

Public Member Functions | |
| void | notify_all () |
| void | notify_one () |
| bool | wait (Mutex &lock, P &predicate) |
| bool | wait_for (Mutex &lock, unsigned millisec, P &predicate) |
| bool | wait_for (Mutex &lock, Timeout &timeout) |
| Condition (const Condition< P > &other)=delete | |
| Condition< P > & | operator= (const Condition< P > &other)=delete |
Private Attributes | |
| condition_t | m_condition |
Definition at line 33 of file condition.h.
|
inline |
Definition at line 36 of file condition.h.
|
inline |
Definition at line 41 of file condition.h.
|
inline |
Definition at line 46 of file condition.h.
|
inline |
Definition at line 51 of file condition.h.
|
inline |
Definition at line 56 of file condition.h.
|
inline |
Definition at line 77 of file condition.h.
|
inline |
Definition at line 63 of file condition.h.
|
private |
Definition at line 88 of file condition.h.