![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include "task.h"#include "partitioner.h"#include "blocked_range.h"#include <new>#include "tbb_exception.h"
Include dependency graph for Third Party Tech/TBB/tbb30_20100406oss_win/tbb30_20100406oss/include/tbb/parallel_for.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | tbb |
The namespace tbb contains all components of the library. | |
| namespace | tbb::strict_ppl |
For internal use only. | |
Functions | |
parallel_for | |
See also requirements on Range and parallel_for Body. | |
| void | tbb::parallel_for (const Range &range, const Body &body) |
| Parallel iteration over range with default partitioner. | |
| void | tbb::parallel_for (const Range &range, const Body &body, const simple_partitioner &partitioner) |
| Parallel iteration over range with simple partitioner. | |
| void | tbb::parallel_for (const Range &range, const Body &body, const auto_partitioner &partitioner) |
| Parallel iteration over range with auto_partitioner. | |
| void | tbb::parallel_for (const Range &range, const Body &body, affinity_partitioner &partitioner) |
| Parallel iteration over range with affinity_partitioner. | |
| void | tbb::strict_ppl::parallel_for (Index first, Index last, Index step, const Function &f) |
| Parallel iteration over a range of integers with a step provided. | |
| void | tbb::strict_ppl::parallel_for (Index first, Index last, Index step, const Function &f, tbb::task_group_context &context) |
| void | tbb::strict_ppl::parallel_for (Index first, Index last, const Function &f) |
| Parallel iteration over a range of integers with a default step value. | |
| void | tbb::strict_ppl::parallel_for (Index first, Index last, const Function &f, tbb::task_group_context &context) |
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.