System.SyncObjs.TConditionVariableHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TConditionVariableHelper = record helper for TRTLConditionVariable

C++

/*Helper*/typedef void *TConditionVariableHelper;

Properties

Type Visibility Source Unit Parent
helper
typedef
public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs System.SyncObjs

Description

TConditionVariableHelper is a class helper for the TRTLConditionVariable record.

TConditionVariableHelper provides several operating-system-dependent helper routines for the TRTLConditionVariable record.

See Also