Unit 'syncobjs' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TSpinLock

Declaration

Source position: syncobjs.pp line 269

type TSpinLock = record

public

  constructor Create();

  procedure Enter;

  procedure Exit();

  function TryEnter();

  property IsLocked: Boolean; [r]

  property IsOwnedByCurrentThread: Boolean; [r]

  property IsLockedByCurrentThread: Boolean; [r]

  property IsThreadTrackingEnabled: Boolean; [r]

end;


Documentation generated on: Jan 07 2026