OpenDOF Project
DOF_PCR_DECLSPEC void PCRMutex_Unlock ( PCRMutex  mtx)

Unlock a mutex.

If the current thread locked the mutex multiple times, this function will reduce the lock count by 1. The mutex is only unlocked when all of its recursive locks have been released.

The mutex must be a valid PCRMutex.

Parameters
mtxMutex to unlock. This may not be NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22