Searched refs:my_active_value (Results 1 – 1 of 1) sorted by relevance
48 std::size_t my_active_value{0}; member in tbb::detail::r1::control_storage55 my_active_value = new_active; in apply_active()62 return !my_list.empty() ? my_active_value : default_value(); in active_value()66 return !my_list.empty() ? my_active_value : default_value(); in active_value_unsafe()79 __TBB_ASSERT(my_active_value >= 1, nullptr); in apply_active()81 threading_control::set_active_num_workers(my_active_value - 1); in apply_active()93 return workers ? min(workers + 1, my_active_value) : my_active_value; in active_value()194 if (c->my_list.empty() || c->is_first_arg_preferred(gc.my_value, c->my_active_value)) { in create()208 std::size_t new_active = (std::size_t)(-1), old_active = c->my_active_value; in destroy()