|
template<typename Range , typename Body > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (const Range &range, const Body &body) |
| Parallel iteration over range with default partitioner. More...
|
|
template<typename Range , typename Body > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (const Range &range, const Body &body, const simple_partitioner &partitioner) |
| Parallel iteration over range with simple partitioner. More...
|
|
template<typename Range , typename Body > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (const Range &range, const Body &body, const auto_partitioner &partitioner) |
| Parallel iteration over range with auto_partitioner. More...
|
|
template<typename Range , typename Body > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (const Range &range, const Body &body, const static_partitioner &partitioner) |
| Parallel iteration over range with static_partitioner. More...
|
|
template<typename Range , typename Body > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (const Range &range, const Body &body, affinity_partitioner &partitioner) |
| Parallel iteration over range with affinity_partitioner. More...
|
|
template<typename Index , typename Function , typename Partitioner > |
void | tbb::serial::interface9::parallel_for_impl (Index first, Index last, Index step, const Function &f, Partitioner &) |
| Implementation of parallel iteration over stepped range of integers with explicit step and partitioner (ignored) More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, Index step, const Function &f) |
| Parallel iteration over a range of integers with explicit step and default partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, Index step, const Function &f, const simple_partitioner &p) |
| Parallel iteration over a range of integers with explicit step and simple partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, Index step, const Function &f, const auto_partitioner &p) |
| Parallel iteration over a range of integers with explicit step and auto partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, Index step, const Function &f, const static_partitioner &p) |
| Parallel iteration over a range of integers with explicit step and static partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, Index step, const Function &f, affinity_partitioner &p) |
| Parallel iteration over a range of integers with explicit step and affinity partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, const Function &f) |
| Parallel iteration over a range of integers with default step and default partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, const Function &f, const simple_partitioner &p) |
| Parallel iteration over a range of integers with default step and simple partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, const Function &f, const auto_partitioner &p) |
| Parallel iteration over a range of integers with default step and auto partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, const Function &f, const static_partitioner &p) |
| Parallel iteration over a range of integers with default step and static partitioner. More...
|
|
template<typename Index , typename Function > |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | tbb::serial::interface9::parallel_for (Index first, Index last, const Function &f, affinity_partitioner &p) |
| Parallel iteration over a range of integers with default step and affinity_partitioner. More...
|
|