Condition variable.
More...
#include <cond.h>
Condition variable.
Definition at line 25 of file cond.h.
roc::core::Cond::Cond |
( |
const Mutex & |
mutex | ) |
|
|
inline |
Initialize.
Definition at line 28 of file cond.h.
void roc::core::Cond::broadcast |
( |
| ) |
const |
|
inline |
Wake up all pending waits.
Definition at line 46 of file cond.h.
void roc::core::Cond::wait |
( |
| ) |
const |
|
inline |
Wait.
Definition at line 41 of file cond.h.
The documentation for this class was generated from the following file:
- roc_core/target_libuv/roc_core/cond.h