TSimpleCriticalSection.Leave Method

procedure Leave(var csLock: Integer);

Leave the critical section.

#NameTypeDescription
1csLockInteger

Result: stored in self (calling object)

Remarks:

The order in which the threads will pass is not deterministic.