Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::TBBParallelFor Class Reference

Executor for a 1D loop. More...

Public Member Functions

 TBBParallelFor (IRangeFunctor *f, Int32 nb_allowed_thread, ForLoopOneExecStat *stat_info)
void operator() (tbb::blocked_range< Integer > &range) const

Detailed Description

Executor for a 1D loop.

Definition at line 652 of file TBBTaskImplementation.cc.

Constructor & Destructor Documentation

◆ TBBParallelFor()

Arcane::TBBParallelFor::TBBParallelFor ( IRangeFunctor * f,
Int32 nb_allowed_thread,
ForLoopOneExecStat * stat_info )
inline

Definition at line 656 of file TBBTaskImplementation.cc.

Member Function Documentation

◆ operator()()

void Arcane::TBBParallelFor::operator() ( tbb::blocked_range< Integer > & range) const
inline

Definition at line 664 of file TBBTaskImplementation.cc.


The documentation for this class was generated from the following file: