System.SysUtils.TThreadLocalCounter
Delphi
TThreadLocalCounter = class
C++
class PASCALIMPLEMENTATION TThreadLocalCounter : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.SysUtils.pas System.SysUtils.hpp  | 
        System.SysUtils | System.SysUtils | 
Description
For Delphi RTL internal use.
TThreadLocalCounter represents a lightweight non-blocking thread local storage mechanism specifically built for tracking per-thread recursion counts in TMultiReadExclusiveWriteSynchronizer.