| Jack2
    1.9.12
    | 
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.
 1.8.13
 1.8.13