Jack2
1.9.9
|
Mutex abstraction. More...
#include <JackPosixMutex.h>
Public Member Functions | |
JackBasePosixMutex (const char *name=NULL) | |
bool | Lock () |
bool | Trylock () |
bool | Unlock () |
Protected Attributes | |
pthread_mutex_t | fMutex |
pthread_t | fOwner |
Mutex abstraction.
Definition at line 38 of file JackPosixMutex.h.