System.SyncObjs.TLightweightSemaphore.BlockedCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BlockedCount: Integer read FBlockedCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightSemaphore

Beschreibung

Die Anzahl der Threadblockierungen beim Aufruf der Funktion WaitFor.

Sie können Leistungsstatistiken erstellen, wenn Sie die Anzahl der Aufrufe von WaitFor zählen und die Eigenschaft BlockedCount verwenden.

Siehe auch