FRI-OS
|
Wrapper around POSIX condition variable attributes. More...
#include <frios/posix/threads/cond_attr.hpp>
Classes | |
struct | init_error |
Exception class for condition initialization errors. More... | |
Public Member Functions | |
cond_attr (void) | |
Default construction. | |
cond_attr (cond_attr &&tmp) | |
Condition variable attributes are movable. | |
~cond_attr (void) | |
Destructor frees any resources related to the attributes. | |
Wrapper around POSIX condition variable attributes.