Jack2
1.9.9
|
Base class for "lockable" objects. More...
#include <JackMutex.h>
Public Member Functions | |
bool | Lock () |
bool | Trylock () |
bool | Unlock () |
Protected Member Functions | |
JackLockAble (const char *name=NULL) | |
Protected Attributes | |
JackMutex | fMutex |
Base class for "lockable" objects.
Definition at line 36 of file JackMutex.h.