20 #ifndef __JackPosixSemaphore__ 21 #define __JackPosixSemaphore__ 23 #include "JackSynchro.h" 24 #include "JackCompilerDeps.h" 25 #include <semaphore.h> 45 void BuildName(
const char* name,
const char* server_name,
char* res,
int size);
55 bool TimedWait(
long usec);
57 bool Allocate(
const char* name,
const char* server_name,
int value);
58 bool Connect(
const char* name,
const char* server_name);
59 bool ConnectInput(
const char* name,
const char* server_name);
60 bool ConnectOutput(
const char* name,
const char* server_name);
Inter process synchronization using using Mach semaphore.
Inter process synchronization using POSIX semaphore.
An inter process synchronization primitive.