23 #include "JackSynchro.h"    24 #include "JackCompilerDeps.h"    43         bool ConnectAux(
const char* name, 
const char* server_name, 
int access);
    47         void BuildName(
const char* name, 
const char* server_name, 
char* res);
    57         bool TimedWait(
long usec);
    59         bool Allocate(
const char* name, 
const char* server_name, 
int value);
    60         bool Connect(
const char* name, 
const char* server_name);
    61         bool ConnectInput(
const char* name, 
const char* server_name);
    62         bool ConnectOutput(
const char* name, 
const char* server_name);
 
Inter process synchronization using POSIX semaphore. 
Inter process synchronization using Fifo. 
An inter process synchronization primitive.