System.SyncObjs.TLightweightSemaphore.Create
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 オブジェクトを取得することができるスレッド数の、初期値および最大値を指定することができます。