#include <ThreadData.hh>
Definition at line 91 of file ThreadData.hh.
◆ parameter
Enumerator |
---|
not_initialized | |
automatic | |
Definition at line 94 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 100 of file ThreadData.hh.
101 {
102 (void) max_concurrency;
103 (void) reserved_for_masters;
104 }
◆ ~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: