#include <tbb.h>
|
| _TbbParallel (int nthreads=-1) |
|
template<typename IndexF , typename IndexL , typename IndexS , typename Func , typename RM > |
void | parallelFor (IndexF first, IndexL last, IndexS step, const Func &f, RM &rm) |
|
int | getNumThreads () const |
|
void | setNumThreads (int nthreads) |
|
| ParallelInterface (int) |
|
| ParallelInterface () |
|
template<typename RM > |
void | init (RM &rm) |
|
int | getNumThreads () const |
|
void | setNumThreads (int nthreads) |
|
template<typename IndexF , typename IndexL , typename IndexS , typename Func , typename RM > |
void | parallelFor (IndexF first, IndexL last, IndexS step, const Func &f, RM &rm) |
|
Definition at line 47 of file tbb.h.
template<typename Impl , typename... Types>
Definition at line 50 of file tbb.h.
unipar::internal::_TbbParallel::_TbbParallel |
( |
int |
nthreads = -1 | ) |
|
|
inline |
Definition at line 52 of file tbb.h.
template<typename IndexF , typename IndexL , typename IndexS , typename Func , typename RM >
void unipar::internal::_TbbParallel::parallelFor |
( |
IndexF |
first, |
|
|
IndexL |
last, |
|
|
IndexS |
step, |
|
|
const Func & |
f, |
|
|
RM & |
rm |
|
) |
| |
|
inline |
Definition at line 60 of file tbb.h.
int unipar::internal::_TbbParallel::getNumThreads |
( |
| ) |
const |
|
inline |
Definition at line 75 of file tbb.h.
void unipar::internal::_TbbParallel::setNumThreads |
( |
int |
nthreads | ) |
|
|
inline |
Definition at line 83 of file tbb.h.
int unipar::internal::_TbbParallel::m_nthreads |
|
private |
Definition at line 86 of file tbb.h.
The documentation for this class was generated from the following file: