Home
last modified time | relevance | path

Searched refs:max_num_workers (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbb/
H A Dthreading_control.h69 unsigned max_num_workers();
116 static unsigned max_num_workers();
H A Dthreading_control.cpp157 unsigned threading_control_impl::max_num_workers() { in max_num_workers() function in tbb::detail::r1::threading_control_impl
383 unsigned threading_control::max_num_workers() { in max_num_workers() function in tbb::detail::r1::threading_control
385 return g_threading_control ? g_threading_control->my_pimpl->max_num_workers() : 0; in max_num_workers()
H A Dglobal_control.cpp90 const std::size_t workers = threading_control::max_num_workers(); in active_value()
H A Darena.h284 …arena(threading_control* control, unsigned max_num_workers, unsigned num_reserved_slots, unsigned …