MPD
0.20.18
|
Low-level wrapper for a pthread_cond_t. More...
#include <PosixCond.hxx>
Public Member Functions | |
PosixCond () | |
~PosixCond () | |
PosixCond (const PosixCond &other)=delete | |
PosixCond & | operator= (const PosixCond &other)=delete |
void | signal () |
void | broadcast () |
void | wait (PosixMutex &mutex) |
bool | timed_wait (PosixMutex &mutex, std::chrono::steady_clock::duration timeout) |
Low-level wrapper for a pthread_cond_t.
Definition at line 42 of file PosixCond.hxx.
|
inline |
Definition at line 53 of file PosixCond.hxx.
|
inline |
Definition at line 57 of file PosixCond.hxx.
|
delete |
|
inline |
Definition at line 69 of file PosixCond.hxx.
|
inline |
Definition at line 65 of file PosixCond.hxx.
|
inline |
Definition at line 95 of file PosixCond.hxx.
|
inline |
Definition at line 73 of file PosixCond.hxx.