|
LMMS
|
Pthreads based mutex class. More...
#include <utils.h>
Public Member Functions | |
| ptmutex (int type=PTHREAD_MUTEX_RECURSIVE) | |
| bool | lock () |
| bool | trylock () |
| void | unlock () |
| ~ptmutex () | |
Public Attributes | |
| pthread_mutex_t | pm |
Pthreads based mutex class.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| pthread_mutex_t calf_utils::ptmutex::pm |