33 #ifndef USE_WIN32_SEMAPHORES Size PGSemaphoreShmemSize(int maxSemas)
void PGReserveSemaphores(int maxSemas)
PGSemaphore PGSemaphoreCreate(void)
void PGSemaphoreReset(PGSemaphore sema)
struct PGSemaphoreData * PGSemaphore
void PGSemaphoreLock(PGSemaphore sema)
void PGSemaphoreUnlock(PGSemaphore sema)
bool PGSemaphoreTryLock(PGSemaphore sema)