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