Template Class mutex
Defined in File mutex.hpp
Class Documentation
-
template<typename MutexType, typename MutexRobustness>
class mutex A class template that provides a pthread mutex with the priority inheritance protocol.
- Template Parameters:
MutexType – The type of the mutex. It can be one of the following: PTHREAD_MUTEX_NORMAL, PTHREAD_MUTEX_RECURSIVE, PTHREAD_MUTEX_ERRORCHECK, PTHREAD_MUTEX_DEFAULT
MutexRobustness – The robustness of the mutex. It can be one of the following: PTHREAD_MUTEX_STALLED, PTHREAD_MUTEX_ROBUST