Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dglobal_control.cpp90 const std::size_t workers = threading_control::max_num_workers(); in active_value() local
93 return workers ? min(workers + 1, my_active_value) : my_active_value; in active_value()
/oneTBB/doc/main/tbb_userguide/
H A Dparallel_reduce.rst124 Since split/join are not used if workers are unavailable,
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DGUI_Thread.rst188 The example uses a ``concurrent_queue`` for workers to communicate