System.SyncObjs.TConditionVariableMutex.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create;

C++

__fastcall TConditionVariableMutex();

プロパティ

種類 可視性 ソース ユニット
constructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TConditionVariableMutex

説明

ミューテックス条件変数を初期化します。

Create を呼び出すと、ミューテックス条件変数を初期化することができます。

関連項目