System.SysUtils.TThreadLocalCounter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTThreadLocalCounter

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.

See Also