Jack2 1.9.6
|
Base class for "lockable" objects. More...
#include <JackMutex.h>
Public Member Functions | |
void | Lock () |
bool | Trylock () |
void | Unlock () |
Protected Attributes | |
JackMutex | fMutex |
Base class for "lockable" objects.
Definition at line 36 of file JackMutex.h.