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