|
Create a semaphore.
- Resource Management:
- This function allocates resources that must later be freed by calling PCRSemaphore_Destroy.
- Parameters
-
count | Initial 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.
|