#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 |
Definition at line 38 of file JackPosixMutex.h.
1.5.6