Executor for a multi-dimensional loop. More...
Public Member Functions | |
| TBBMDParallelFor (IMDRangeFunctor< RankValue > *f, Int32 nb_allowed_thread, ForLoopOneExecStat *stat_info) | |
| void | operator() (blocked_nd_range< Int32, RankValue > &range) const |
Private Attributes | |
| IMDRangeFunctor< RankValue > * | m_functor = nullptr |
| ForLoopOneExecStat * | m_stat_info = nullptr |
| Int32 | m_nb_allowed_thread |
Executor for a multi-dimensional loop.
Definition at line 703 of file TBBTaskImplementation.cc.
|
inline |
Definition at line 707 of file TBBTaskImplementation.cc.
|
inline |
Definition at line 715 of file TBBTaskImplementation.cc.
|
private |
Definition at line 747 of file TBBTaskImplementation.cc.
|
private |
Definition at line 749 of file TBBTaskImplementation.cc.
|
private |
Definition at line 748 of file TBBTaskImplementation.cc.