System.SyncObjs.TConditionVariableHelper.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create: TRTLConditionVariable; static;

Properties

Type Visibility Source Unit Parent
function public System.SyncObjs.pas System.SyncObjs TConditionVariableHelper

Description

Initializes the condition variable.

Call Create to initialize the condition variable.

Note: Condition variables are shared by threads only inside the same process. They cannot be shared between processes.

See Also