Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Functions | |
int | max_concurrency () |
Returns the maximal number of threads that can work inside the arena. More... | |
int | current_thread_index () |
Returns the index, aka slot number, of the calling thread in its current arena. More... | |
|
inline |
Returns the index, aka slot number, of the calling thread in its current arena.
Definition at line 484 of file task_arena.h.
References tbb::interface7::task_arena::current_thread_index(), and tbb::interface7::internal::task_arena_base::not_initialized.
Referenced by tbb::interface9::internal::get_initial_partition_head().
|
inline |
Returns the maximal number of threads that can work inside the arena.
Definition at line 490 of file task_arena.h.
References tbb::interface7::internal::task_arena_base::internal_max_concurrency().