SemaphorePool
SemaphorePoolInit(struct SemaphorePool *pool)
SemaphorePoolDestroy(struct SemaphorePool *pool)
SemaphorePoolGet(struct SemaphorePool *pool)
SemaphorePoolPut(struct SemaphorePool *pool, sem_id sem)
void SemaphorePoolInit (struct SemaphorePool *pool);
void SemaphorePoolDestroy (struct SemaphorePool *pool);
sem_id SemaphorePoolGet(struct SemaphorePool *pool);
void SemaphorePoolPut (struct SemaphorePool *pool, sem_id sem);
struct SemaphorePool fPool;