#include <mutex.h>
|
| std::condition_variable | _cond |
| |
Definition at line 107 of file mutex.h.
◆ Cond() [1/2]
◆ Cond() [2/2]
| PBD::Cond::Cond |
( |
Cond const & |
| ) |
|
|
privatedelete |
◆ broadcast()
| void PBD::Cond::broadcast |
( |
| ) |
|
|
inline |
◆ operator=()
| Cond& PBD::Cond::operator= |
( |
Cond const & |
| ) |
|
|
privatedelete |
◆ signal()
| void PBD::Cond::signal |
( |
| ) |
|
|
inline |
◆ wait()
| void PBD::Cond::wait |
( |
Mutex & |
mutex | ) |
|
|
inline |
◆ wait_for()
| bool PBD::Cond::wait_for |
( |
Mutex & |
mutex, |
|
|
std::chrono::milliseconds const & |
rel_time |
|
) |
| |
|
inline |
◆ _cond
| std::condition_variable PBD::Cond::_cond |
|
private |
The documentation for this class was generated from the following file: