System.Threading.TThreadPool.MaxWorkerThreads

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property MaxWorkerThreads: Integer read GetMaxWorkerThreads;

C++

__property int MaxWorkerThreads = {read=GetMaxWorkerThreads, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TThreadPool


Description

Spécifie le nombre maximal de threads pouvant s'exécuter dans le système.

Ce nombre est calculé en fonction du nombre de coeurs de CPU et du nombre maximal de threads par coeur.

Voir aussi