tbb::strict_ppl Namespace Reference

For internal use only. More...


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)


Detailed Description

For internal use only.

Copyright © 2005-2009 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.