Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#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 81 of file ThreadData.hh.
Enumerator | |
---|---|
max_allowed_parallelism | |
thread_stack_size |
Definition at line 84 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().