| Jack2
    1.9.12
    | 
Mutex abstraction. More...
#include <JackPosixMutex.h>
 
  
| Public Member Functions | |
| JackBasePosixMutex (const char *name=NULL) | |
| bool | Lock () | 
| bool | Trylock () | 
| bool | Unlock () | 
| Protected Attributes | |
| pthread_mutex_t | fMutex | 
| pthread_t | fOwner | 
Mutex abstraction.
Definition at line 38 of file JackPosixMutex.h.
 1.8.15
 1.8.15