|
DOF_PCR_DECLSPEC PCRMutex PCRMutex_Create |
( |
void |
| ) |
|
Create a mutex.
- Resource Management:
- This function allocates resources that must later be freed by calling PCRMutex_Destroy.
- Returns
- A representation of the newly created mutex, or NULL if a mutex could not be created.
|