Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_for_each.cpp96 class ForEachInvokeItem { class
98ForEachInvokeItem(std::size_t rv, std::vector<std::size_t>& cv) : real_value(rv), change_vector(cv… in ForEachInvokeItem() function in ForEachInvokeItem
102 void do_action_and_feed(oneapi::tbb::feeder<ForEachInvokeItem>& feeder) const { in do_action_and_feed()
107 feeder.add(ForEachInvokeItem(real_value + shift, change_vector)); in do_action_and_feed()
118 std::vector<ForEachInvokeItem> items_to_proceed; in test_pfor_each_invoke_basic()
125 using iterator_type = IteratorType<ForEachInvokeItem>; in test_pfor_each_invoke_basic()
130 &ForEachInvokeItem::do_action); in test_pfor_each_invoke_basic()
141 &ForEachInvokeItem::do_action_and_feed); in test_pfor_each_invoke_basic()