| Jack2
    1.9.12
    | 
A synchronization primitive built using a condition variable. More...
#include <JackPosixProcessSync.h>
 
  
 | Public Member Functions | |
| JackPosixProcessSync (const char *name=NULL) | |
| bool | TimedWait (long usec) | 
| bool | LockedTimedWait (long usec) | 
| void | Wait () | 
| void | LockedWait () | 
| void | Signal () | 
| void | LockedSignal () | 
| void | SignalAll () | 
| void | LockedSignalAll () | 
|  Public Member Functions inherited from Jack::JackBasePosixMutex | |
| JackBasePosixMutex (const char *name=NULL) | |
| bool | Lock () | 
| bool | Trylock () | 
| bool | Unlock () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Jack::JackBasePosixMutex | |
| pthread_mutex_t | fMutex | 
| pthread_t | fOwner | 
A synchronization primitive built using a condition variable.
Definition at line 35 of file JackPosixProcessSync.h.
 1.8.13
 1.8.13