Mutex abstraction. More...
#include <JackPosixMutex.h>
Public Member Functions | |
| bool | Lock () |
| bool | Trylock () |
| bool | Unlock () |
Protected Attributes | |
| pthread_mutex_t | fMutex |
| pthread_t | fOwner |
Mutex abstraction.
Definition at line 37 of file JackPosixMutex.h.
1.6.2