A fake condition variable implementation for single-threaded applications that don't need any synchronization control.
More...
#include "conditionVarDummyImpl.h"
A fake condition variable implementation for single-threaded applications that don't need any synchronization control.
Definition at line 29 of file conditionVarDummyImpl.h.
◆ ConditionVarDummyImpl()
ConditionVarDummyImpl::ConditionVarDummyImpl |
( |
MutexDummyImpl & | mutex | ) |
|
|
inline |
◆ ~ConditionVarDummyImpl()
ConditionVarDummyImpl::~ConditionVarDummyImpl |
( |
| ) |
|
|
inline |
◆ notify()
void ConditionVarDummyImpl::notify |
( |
| ) |
|
|
inline |
◆ notify_all()
void ConditionVarDummyImpl::notify_all |
( |
| ) |
|
|
inline |
◆ wait() [1/2]
void ConditionVarDummyImpl::wait |
( |
| ) |
|
|
inline |
◆ wait() [2/2]
void ConditionVarDummyImpl::wait |
( |
double | timeout | ) |
|
|
inline |
The documentation for this class was generated from the following files: