Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 6 of 6) sorted by relevance

/oneTBB/src/tbb/
H A Dmarket.cpp77 int assigned = 0; in update_allotment() local
98 allotted = client.min_workers() > 0 && assigned < max_workers ? 1 : 0; in update_allotment()
107 assigned += allotted; in update_allotment()
110 __TBB_ASSERT(assigned == max_workers, nullptr); in update_allotment()
/oneTBB/test/conformance/
H A Dconformance_combinable.cpp227 oneapi::tbb::combinable<T> assigned; in RunParallelScalarTests() local
228 assigned = sums; in RunParallelScalarTests()
229 copy_assign_sum += assigned.combine(my_combine<T>); in RunParallelScalarTests()
H A Dconformance_enumerable_thread_specific.cpp437 ets_type assigned; in run_parallel_scalar_tests_nocombine() local
438 assigned = sums; in run_parallel_scalar_tests_nocombine()
440 … for ( typename ets_type::const_iterator i = assigned.begin(); i != assigned.end(); ++i ) { in run_parallel_scalar_tests_nocombine()
/oneTBB/doc/GSG/
H A Dintro.rst25 …rying about oversubscribing a system, which happens when more tasks are assigned to a system than …
/oneTBB/doc/main/tbb_userguide/
H A DPredefined_Node_Types.rst31 …N is equal to the number of predecessors plus any additional offset assigned at construction t…
45 … broadcasts a message. If the increment causes it to reach its user-assigned threshold, it wil…
H A Dwork_isolation.rst34 might be simultaneously assigned to the same thread. In other words,