TThreadInfo = record Next: PThreadInfo; ThreadID: Cardinal; Active: Integer; RecursionCount: Cardinal; end;
struct TThreadInfo { PThreadInfo Next; unsigned ThreadID; int Active; unsigned RecursionCount; };
This is record SysUtils.TThreadInfo.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|