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 730 of file TBBTaskImplementation.cc.
|
inline |
Definition at line 734 of file TBBTaskImplementation.cc.
|
inline |
Definition at line 742 of file TBBTaskImplementation.cc.
|
private |
Definition at line 774 of file TBBTaskImplementation.cc.
|
private |
Definition at line 776 of file TBBTaskImplementation.cc.
|
private |
Definition at line 775 of file TBBTaskImplementation.cc.