Searched refs:max_num_workers (Results 1 – 4 of 4) sorted by relevance
69 unsigned max_num_workers();116 static unsigned max_num_workers();
157 unsigned threading_control_impl::max_num_workers() { in max_num_workers() function in tbb::detail::r1::threading_control_impl383 unsigned threading_control::max_num_workers() { in max_num_workers() function in tbb::detail::r1::threading_control385 return g_threading_control ? g_threading_control->my_pimpl->max_num_workers() : 0; in max_num_workers()
90 const std::size_t workers = threading_control::max_num_workers(); in active_value()
284 …arena(threading_control* control, unsigned max_num_workers, unsigned num_reserved_slots, unsigned …