System.SyncObjs.TLightweightSemaphore.BlockedCount

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

Delphi

property BlockedCount: Integer read FBlockedCount;

C++

__property int BlockedCount = {read=FBlockedCount, nodefault};

プロパティ

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


説明

WaitFor を呼び出した際、スレッドがブロックされた回数。

WaitFor への呼び出し回数を数え、BlockedCount を使用すると、パフォーマンス統計を作成することができます。

関連項目