Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::TBBMDParallelFor< RankValue >

Exécuteur pour une boucle multi-dimension. Plus de détails...

+ Graphe de collaboration de Arcane::TBBMDParallelFor< RankValue >:

Fonctions membres publiques

 TBBMDParallelFor (IMDRangeFunctor< RankValue > *f, Int32 nb_allowed_thread, ForLoopOneExecStat *stat_info)
 
void operator() (tbb::blocked_rangeNd< Int32, RankValue > &range) const
 

Attributs privés

IMDRangeFunctor< RankValue > * m_functor = nullptr
 
ForLoopOneExecStatm_stat_info = nullptr
 
Int32 m_nb_allowed_thread
 

Description détaillée

template<int RankValue>
class Arcane::TBBMDParallelFor< RankValue >

Exécuteur pour une boucle multi-dimension.

Définition à la ligne 739 du fichier TBBTaskImplementation.cc.

Documentation des constructeurs et destructeur

◆ TBBMDParallelFor()

template<int RankValue>
Arcane::TBBMDParallelFor< RankValue >::TBBMDParallelFor ( IMDRangeFunctor< RankValue > *  f,
Int32  nb_allowed_thread,
ForLoopOneExecStat stat_info 
)
inline

Définition à la ligne 743 du fichier TBBTaskImplementation.cc.

Documentation des fonctions membres

◆ operator()()

template<int RankValue>
void Arcane::TBBMDParallelFor< RankValue >::operator() ( tbb::blocked_rangeNd< Int32, RankValue > &  range) const
inline

Définition à la ligne 748 du fichier TBBTaskImplementation.cc.

Documentation des données membres

◆ m_functor

template<int RankValue>
IMDRangeFunctor<RankValue>* Arcane::TBBMDParallelFor< RankValue >::m_functor = nullptr
private

Définition à la ligne 775 du fichier TBBTaskImplementation.cc.

◆ m_nb_allowed_thread

template<int RankValue>
Int32 Arcane::TBBMDParallelFor< RankValue >::m_nb_allowed_thread
private

Définition à la ligne 777 du fichier TBBTaskImplementation.cc.

◆ m_stat_info

template<int RankValue>
ForLoopOneExecStat* Arcane::TBBMDParallelFor< RankValue >::m_stat_info = nullptr
private

Définition à la ligne 776 du fichier TBBTaskImplementation.cc.


La documentation de cette classe a été générée à partir du fichier suivant :