System.SyncObjs.TSpinWait.NextSpinCycleWillYield

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property NextSpinCycleWillYield: Boolean read GetNextSpinCycleWillYield;

C++

__property bool NextSpinCycleWillYield = {read=GetNextSpinCycleWillYield};

Eigenschaften

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

Beschreibung

Gibt an, ob der nächste Aufruf von SpinCycle den Prozessor ergeben wird.

NextSpinCycleWillYield gibt True zurück, wenn der nächste Aufruf von SpinCycle den Prozessor ergeben wird. Ansonsten wird False zurückgegeben.

Siehe auch