Jack2
1.9.9
|
Inter process synchronization using using Mach semaphore. More...
#include <JackMachSemaphore.h>
Public Member Functions | |
bool | Signal () |
bool | SignalAll () |
bool | Wait () |
bool | TimedWait (long usec) |
bool | Allocate (const char *name, const char *server_name, int value) |
bool | Connect (const char *name, const char *server_name) |
bool | ConnectInput (const char *name, const char *server_name) |
bool | ConnectOutput (const char *name, const char *server_name) |
bool | Disconnect () |
void | Destroy () |
![]() | |
bool | Signal () |
bool | SignalAll () |
bool | Wait () |
bool | TimedWait (long usec) |
bool | Allocate (const char *name, const char *server_name, int value) |
bool | Connect (const char *name, const char *server_name) |
bool | ConnectInput (const char *name, const char *server_name) |
bool | ConnectOutput (const char *name, const char *server_name) |
bool | Disconnect () |
void | Destroy () |
void | SetFlush (bool mode) |
Protected Member Functions | |
void | BuildName (const char *name, const char *server_name, char *res, int size) |
![]() | |
void | BuildName (const char *name, const char *server_name, char *res) |
Additional Inherited Members | |
![]() | |
char | fName [SYNC_MAX_NAME_SIZE] |
bool | fFlush |
Inter process synchronization using using Mach semaphore.
Definition at line 36 of file JackMachSemaphore.h.