Description ​
Unlock decrements LockCount and releases the critical section lock when LockCount reaches zero, allowing other waiting threads to acquire the lock.
TThreadPersistent.UnlockReleases 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.