Leave a critical section.
Source position: threadh.inc line 171
procedure LeaveCriticalSection( |
var cs: TRTLCriticalSection |
); |
LeaveCriticalSection signals that the current thread is exiting the critical section CS it has entered with EnterCriticalSection.
The critical section must have been initialized with InitCriticalSection prior to a call to EnterCriticalsection and LeaveCriticalSection.
|
Initialize a critical section. |
|
|
Clean up a critical section. |
|
|
Enter a critical section. |