#include <ThreadData.hh>
Definition at line 95 of file ThreadData.hh.
◆ parameter
Enumerator |
---|
not_initialized | |
automatic | |
Definition at line 98 of file ThreadData.hh.
◆ task_arena()
PTL::tbb::task_arena::task_arena |
( |
int | max_concurrency = automatic, |
|
|
unsigned | reserved_for_masters = 1 ) |
|
inline |
Definition at line 104 of file ThreadData.hh.
105 {
106 (void) max_concurrency;
107 (void) reserved_for_masters;
108 }
◆ ~task_arena()
PTL::tbb::task_arena::~task_arena |
( |
| ) |
|
|
default |
◆ execute()
template<typename FuncT >
auto PTL::tbb::task_arena::execute |
( |
FuncT && | _func | ) |
-> decltype(_func())
|
|
inline |
◆ initialize()
void PTL::tbb::task_arena::initialize |
( |
int | max_concurrency = automatic, |
|
|
unsigned | reserved_for_masters = 1 ) |
The documentation for this class was generated from the following file: