Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Classes | |
class | start_for |
Functions | |
template<typename Range , typename Body > | |
__TBB_DEPRECATED_IN_VERBOSE_MODE void | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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... | |
__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.
Definition at line 164 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), and tbb::internal::last().
__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.
Definition at line 169 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), and p.
__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.
Definition at line 174 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), and p.
__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.
Definition at line 179 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), and p.
__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.
Definition at line 184 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), p, and parallel_for_impl().
__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.
Definition at line 190 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), and tbb::internal::last().
__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.
Definition at line 195 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), and p.
__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.
Definition at line 200 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), and p.
__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.
Definition at line 205 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), and p.
__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.
Definition at line 210 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), tbb::internal::last(), p, and parallel_for_impl().
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)
Definition at line 142 of file serial/tbb/parallel_for.h.
References tbb::internal::first(), and tbb::internal::last().
Referenced by parallel_for().