System.SyncObjs.TSpinLock Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CreatepublicInstantiates a TSpinLock object.
EnterpublicChecks whether the lock is available and waits until it succeeds.
ExitpublicUsed to release the spin lock by the thread that currently owns it.
TryEnterpublicTries to enter the spin lock.