You are here: Symbol Reference > MtxForLoop Namespace > Structs, Records, Enums > MtxForLoop.TThreadAffinityMode Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxForLoop.TThreadAffinityMode Enumeration

Defines how the threads can be assigned to specific CPU cores.

Pascal
TThreadAffinityMode = ( tamDefault, tamSplit2, tamSplit4, tamSplit8 );
Members 
Description 
tamDefault 
Threads are assigned to individual CPU cores by the OS. 
tamSplit2 
Thread count is split half/half between CPU cores. Eight core example with two threads:  
tamSplit4 
Thread count is split four ways between CPU cores. Eight core example with two threads:  
tamSplit8 
Thread count is split eight-ways between CPU cores. Eight core example with two threads:  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!