|
FRI-OS
|
Wraper around POSIX condition variables. More...
#include <frios/posix/threads/cond.hpp>
Classes | |
| struct | init_error |
| Exception class for condition variable initialization error. More... | |
Public Member Functions | |
| cond (void) | |
| Default constructor of the condition variable. More... | |
| cond (const cond_attr &attributes) | |
Construction of a condition variable with the specified attributes. More... | |
| cond (cond &&tmp) | |
| Condition variables are movable. | |
| ~cond (void) | |
| Destructor frees the resources asociated with the condition variable. | |
| void | wait (mutex::lock &lock) |
| Wait on the condition variable. | |
| void | signal (void) |
| Signal on the condition variable. | |
| void | broadcast (void) |
| Broadcast on the condition variable. | |
Wraper around POSIX condition variables.
| cond | ( | void | ) |
Default constructor of the condition variable.
| init_error |
Construction of a condition variable with the specified attributes.
| init_error |
1.8.6