|
Geant4-11
|
#include <ThreadData.hh>
Public Types | |
| enum | parameter { max_allowed_parallelism , thread_stack_size } |
Public Member Functions | |
| global_control (parameter p, size_t value) | |
| ~global_control () | |
Static Public Member Functions | |
| static size_t | active_value (parameter param) |
Definition at line 77 of file ThreadData.hh.
| Enumerator | |
|---|---|
| max_allowed_parallelism | |
| thread_stack_size | |
Definition at line 80 of file ThreadData.hh.
| PTL::tbb::global_control::global_control | ( | parameter | p, |
| size_t | value | ||
| ) |
| PTL::tbb::global_control::~global_control | ( | ) |
|
static |
Referenced by PTL::ThreadPool::execute_on_all_threads(), and PTL::ThreadPool::get_task_arena().