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