1 #ifndef CARMA_UTIL_PTHREAD_COND_ATTR_H
2 #define CARMA_UTIL_PTHREAD_COND_ATTR_H
64 ::pthread_condattr_t condAttr_;
72 inline const ::pthread_condattr_t &
79 inline ::pthread_condattr_t &
virtual ~PthreadCondAttr()
Destruct cond attributes.
const ::pthread_condattr_t & InternalPthreadCondAttr() const
Obtain a reference to the internal ::pthread_condattr_t.
PthreadCondAttr()
Construct cond attributes with the CARMA defaults.
A simple wrapper class that makes use of ::pthread_condattr_t easier in a C++ world.