C4 Engine
C4 Engine API Documentation

Lock::ReleaseExclusive

Defined in:  C4Threads.h
Releases exclusive access to a lock.
Prototype

void ReleaseExclusive(void);

Description
The ReleaseExclusive function relinquishes exclusive access to a lock that was previously acquired using the Lock::AcquireExclusive function. Once the ReleaseExclusive function has been called, the lock can once again be acquired with shared access.
See Also

Lock::AcquireExclusive

Lock::AcquireShared

Lock::ReleaseShared