FRI-OS
Classes | Public Member Functions | List of all members
mutex_attr Class Reference

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.
 

Detailed Description

Wrapper around POSIX condition variable attributes.

Constructor & Destructor Documentation

mutex_attr ( void  )

Default construction.

Exceptions
init_error

The documentation for this class was generated from the following file: