OpenDOF Project
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-pcr-dev Version 7.0.1 Build 0
2017-04-11