[Overview][Types][Classes][Index] Reference for unit 'LazCollections' (#lazutils)

TLazMonitor.DefaultSpinCount

Default number of busy waiting iterations used in instances of the class.

Declaration

Source position: lazcollections.pas line 54

public property TLazMonitor.DefaultSpinCount : Integer
  read GetDefaultSpinCount
  write SetDefaultSpinCount;

Description

DefaultSpinCount is an Integer class property which identifies the default number of busy waiting iterations used in instances of the class. DefaultSpinCount provides the default value for the SpinCount property in new instances of the class.

See also

TLazMonitor.SpinCount

  

Number of busy waiting iterations used in the monitor.

TLazMonitor.Acquire

  

Limits thread access to the calling thread.


Version 4.0 Generated 2025-05-03 Home