Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

InitCriticalSection

Initialize a critical section.

Declaration

Source position: threadh.inc line 168

procedure InitCriticalSection(

  out cs: TRTLCriticalSection

);

Description

InitCriticalSection initializes a critical section CS for use. Before using a critical section with EnterCriticalsection or LeaveCriticalsection the critical section should be initialized with InitCriticalSection.

When a critical section is no longer used, it should be disposed of with DoneCriticalsection

See also

DoneCriticalsection

  

Clean up a critical section.

EnterCriticalsection

  

Enter a critical section.

LeaveCriticalsection

  

Leave a critical section.


Documentation generated on: Jul 24 2023