Caractéristiques d'un boucle 1D multi-thread. Plus de détails...
#include <arccore/concurrency/ParallelFor.h>
Types publics | |
| using | ThatClass = ParallelFor1DLoopInfo |
Fonctions membres publiques | |
| ParallelFor1DLoopInfo (Int32 begin, Int32 size, IRangeFunctor *functor) | |
| ParallelFor1DLoopInfo (Int32 begin, Int32 size, IRangeFunctor *functor, const ForLoopRunInfo &run_info) | |
| ParallelFor1DLoopInfo (Int32 begin, Int32 size, Int32 block_size, IRangeFunctor *functor) | |
| Int32 | beginIndex () const |
| Int32 | size () const |
| IRangeFunctor * | functor () const |
| ForLoopRunInfo & | runInfo () |
| const ForLoopRunInfo & | runInfo () const |
Caractéristiques d'un boucle 1D multi-thread.
Cette classe permet de spécifier les options d'une boucle à paralléliser en mode multi-thread.
Définition à la ligne 33 du fichier ParallelFor.h.
Définition à la ligne 37 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 41 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 46 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 52 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 64 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 66 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 67 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 68 du fichier ParallelFor.h.
|
inline |
Définition à la ligne 65 du fichier ParallelFor.h.