#include <dispatcher.h>
Definition at line 208 of file dispatcher.h.
◆ ~CondVar()
| virtual DBus::CondVar::~CondVar |
( |
| ) |
|
|
inlinevirtual |
◆ wait()
| virtual void DBus::CondVar::wait |
( |
Mutex * |
| ) |
|
|
pure virtual |
◆ wait_timeout()
| virtual bool DBus::CondVar::wait_timeout |
( |
Mutex * |
, |
|
|
int |
timeout |
|
) |
| |
|
pure virtual |
◆ wake_all()
| virtual void DBus::CondVar::wake_all |
( |
| ) |
|
|
pure virtual |
◆ wake_one()
| virtual void DBus::CondVar::wake_one |
( |
| ) |
|
|
pure virtual |
◆ _int
| Internal* DBus::CondVar::_int |
|
protected |
The documentation for this class was generated from the following file: