|
YAHAL
Yet Another Hardware Abstraction Library
|
Public Member Functions | |
| void | wait (mutex_interface &m) |
| template<typename Predicate > | |
| void | wait (mutex_interface &m, Predicate p) |
| void | notify_one () |
| void | notify_all () |
| condition_variable (const condition_variable &)=delete | |
| condition_variable & | operator= (const condition_variable &)=delete |
Definition at line 28 of file condition_variable.h.
|
inline |
Definition at line 70 of file condition_variable.h.
|
inline |
Definition at line 58 of file condition_variable.h.
|
inline |
Definition at line 33 of file condition_variable.h.
|
inline |
Definition at line 54 of file condition_variable.h.