Searched refs:workers (Results 1 – 3 of 3) sorted by relevance
90 const std::size_t workers = threading_control::max_num_workers(); in active_value() local93 return workers ? min(workers + 1, my_active_value) : my_active_value; in active_value()
124 Since split/join are not used if workers are unavailable,
188 The example uses a ``concurrent_queue`` for workers to communicate