System.SyncObjs.TLightweightSemaphore.Create

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

Delphi

constructor Create(AInitialCount: Integer; AMaxCount: Integer = MaxInt);

C++

__fastcall TLightweightSemaphore(int AInitialCount, int AMaxCount);

プロパティ

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


説明

TLightweightSemaphore オブジェクトを作成および初期化します。

TLightweightSemaphore オブジェクトを取得することができるスレッド数の、初期値および最大値を指定することができます。


関連項目