MPD
0.20.6
|
Wrapper for a CONDITION_VARIABLE, backend for the Cond class. More...
#include <WindowsCond.hxx>
Public Member Functions | |
WindowsCond () | |
WindowsCond (const WindowsCond &other)=delete | |
WindowsCond & | operator= (const WindowsCond &other)=delete |
void | signal () |
void | broadcast () |
bool | timed_wait (CriticalSection &mutex, std::chrono::steady_clock::duration timeout) |
void | wait (CriticalSection &mutex) |
Wrapper for a CONDITION_VARIABLE, backend for the Cond class.
Definition at line 40 of file WindowsCond.hxx.
|
inline |
Definition at line 44 of file WindowsCond.hxx.
|
delete |
|
inline |
Definition at line 55 of file WindowsCond.hxx.
|
delete |
|
inline |
Definition at line 51 of file WindowsCond.hxx.
|
inline |
Definition at line 66 of file WindowsCond.hxx.
|
inline |
Definition at line 72 of file WindowsCond.hxx.