21 #ifndef __JackWinSemaphore__    22 #define __JackWinSemaphore__    24 #include "JackSynchro.h"    44         void BuildName(
const char* name, 
const char* server_name, 
char* res, 
int size);
    54         bool TimedWait(
long usec);
    56         bool Allocate(
const char* name, 
const char* server_name, 
int value);
    57         bool Connect(
const char* name, 
const char* server_name);
    58         bool ConnectInput(
const char* name, 
const char* server_name);
    59         bool ConnectOutput(
const char* name, 
const char* server_name);
 
Inter process synchronization using POSIX semaphore. 
Inter process synchronization using system wide semaphore. 
An inter process synchronization primitive.