System.SyncObjs.TSpinWait Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ResetpublicResets the counter of the cycles a thread will wait until it attempts to acquire the lock again.
SpinCyclepublicKeeps the thread in a busy waiting status.
SpinUntilpublicKeeps the thread in a busy waiting status until the specified condition is satisfied or until the specified timeout expires.