Description ​
Unlock decrements LockCount and releases the critical section lock when LockCount reaches zero, allowing other waiting threads to acquire the lock.
Releases the internal critical section lock.
procedure Unlock;Unlock decrements LockCount and releases the critical section lock when LockCount reaches zero, allowing other waiting threads to acquire the lock.