System.SysUtils.TThreadInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TThreadInfo = record
    Next: PThreadInfo;
    ThreadID: TThreadID;
    Active: Integer;
    RecursionCount: Cardinal;
  end;

C++

struct DECLSPEC_DRECORD TThreadInfo
{
public:
    TThreadInfo *Next;
    unsigned ThreadID;
    int Active;
    unsigned RecursionCount;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

A usage interne.

TThreadLocalCounter maintient une liste liée de TThreadInfos.

Voir aussi