OpenDOF Project
DOF_PCR_DECLSPEC PCRSemaphore PCRSemaphore_Create ( uint32  count)

Create a semaphore.

Resource Management:
This function allocates resources that must later be freed by calling PCRSemaphore_Destroy.
Parameters
countInitial semaphore signal count. The semaphore will behave as if count PCRSemaphore_Signal calls have already occurred.
Returns
A representation of the newly created semaphore, or NULL if it could not be created.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22