Namespace: OtlThreadPool

Class TOTPGroupAffinity

OtlThreadPool.TOTPGroupAffinity

public class TOTPGroupAffinity

Sealed
False
Abstract
False
Persistent
False

Field Summary
  internal  int64 FAffinity
 
  internal  integer FError
 
  internal  integer FGroup
 
  internal  integer FProcCount
 
 

Property Summary
  public  int64 Affinity
 
  public  integer Error
 
  public  integer Group
 
  public  integer ProcessorCount
 
 

Constructor Summary
Create(group: integer; affinity: int64)
 
 

Field Detail

FAffinity

internal FAffinity: int64
Const
False
Type
int64
Class
False

FError

internal FError: integer
Const
False
Type
integer
Class
False

FGroup

internal FGroup: integer
Const
False
Type
integer
Class
False

FProcCount

internal FProcCount: integer
Const
False
Type
integer
Class
False

Property Detail

Affinity

public Affinity: int64
Type
int64
Class
False
Access
read/write

Error

public Error: integer
Type
integer
Class
False
Access
read/write

Group

public Group: integer
Type
integer
Class
False
Access
read

ProcessorCount

public ProcessorCount: integer
Type
integer
Class
False
Access
read

Constructor Detail

Create

public constructor Create(group: integer; affinity: int64)
Final
False
Reintroduce
False
Virtual
False
Override
False
Abstract
False