1 #ifndef CARMA_UTIL_PTHREAD_MUTEX_ATTR_H
2 #define CARMA_UTIL_PTHREAD_MUTEX_ATTR_H
71 ::pthread_mutexattr_t mutexAttr_;
79 inline const ::pthread_mutexattr_t &
86 inline ::pthread_mutexattr_t &
PthreadMutexAttr()
Construct mutex attributes with the CARMA defaults.
virtual ~PthreadMutexAttr()
Destruct mutex attributes.
const ::pthread_mutexattr_t & InternalPthreadMutexAttr() const
Obtain a reference to the internal ::pthread_mutexattr_t.
A simple wrapper class that makes use of ::pthread_mutexattr_t easier in a C++ world.