Classes | |
class | concurrent_queue |
A high-performance thread-safe non-blocking concurrent queue. More... | |
template<typename Index, typename Function> | |
void | parallel_for (Index first, Index last, Index step, const Function &f) |
Parallel iteration over a range of integers with a step provided. | |
template<typename Index, typename Function> | |
void | parallel_for (Index first, Index last, Index step, const Function &f, tbb::task_group_context &context) |
template<typename Index, typename Function> | |
void | parallel_for (Index first, Index last, const Function &f) |
Parallel iteration over a range of integers with a default step value. | |
template<typename Index, typename Function> | |
void | parallel_for (Index first, Index last, const Function &f, tbb::task_group_context &context) |