A synchronization primitive built using a condition variable.
More...
#include <JackWinProcessSync.h>
List of all members.
Public Member Functions |
| JackWinProcessSync (const char *name=NULL) |
bool | TimedWait (long usec) |
bool | LockedTimedWait (long usec) |
void | Wait () |
void | LockedWait () |
void | Signal () |
void | LockedSignal () |
void | SignalAll () |
void | LockedSignalAll () |
Detailed Description
A synchronization primitive built using a condition variable.
Definition at line 32 of file JackWinProcessSync.h.
The documentation for this class was generated from the following files: