Jack2 1.9.6
Public Member Functions | Protected Member Functions

Jack::JackMachSemaphore Class Reference

Inter process synchronization using using Mach semaphore. More...

#include <JackMachSemaphore.h>

Inheritance diagram for Jack::JackMachSemaphore:
Jack::detail::JackSynchro Jack::JackWinEvent

List of all members.

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 ()

Protected Member Functions

void BuildName (const char *name, const char *server_name, char *res)

Detailed Description

Inter process synchronization using using Mach semaphore.

Definition at line 36 of file JackMachSemaphore.h.


The documentation for this class was generated from the following files: