Searched refs:assigned (Results 1 – 6 of 6) sorted by relevance
77 int assigned = 0; in update_allotment() local98 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()
227 oneapi::tbb::combinable<T> assigned; in RunParallelScalarTests() local228 assigned = sums; in RunParallelScalarTests()229 copy_assign_sum += assigned.combine(my_combine<T>); in RunParallelScalarTests()
437 ets_type assigned; in run_parallel_scalar_tests_nocombine() local438 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()
25 …rying about oversubscribing a system, which happens when more tasks are assigned to a system than …
31 …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…
34 might be simultaneously assigned to the same thread. In other words,