Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_for_each.h38 template <typename Item>
56 template<typename Item>
116 template<typename Body, typename Item>
160 Item item;
167 template<typename Body, typename Item>
244 using type = const Item*;
247 template <typename Body, typename Item>
258 template <typename Body, typename Item>
465 class feeder_holder<Iterator, Body, Item, feeder_is_required<Body, Iterator, Item>> {
472 feeder_impl<Body, Item> my_feeder;
[all …]
/oneTBB/test/tbb/
H A Dtest_intrusive_list.cpp103 template <typename List, typename Item>
110 il.push_front(*new Item(i)); in test_list_operations()
116 Item& item = *it; in test_list_operations()
123 Item& item = *it; in test_list_operations()
130 Item& item = *it++; // the iterator advances only here in test_list_operations()
/oneTBB/doc/main/tbb_userguide/
H A DCook_Until_Done_parallel_do.rst27 void SerialApplyFooToList( const std::list<Item>& list ) {
28 for( std::list<Item>::const_iterator i=list.begin() i!=list.end(); ++i )
46 void operator()( Item& item ) const {
58 void ParallelApplyFooToList( const std::list<Item>& list ) {
78 argument *feeder* of type ``parallel_for_each<Item>&``, can add more
H A DMac_OS.rst14 * - Item
H A DLinux_OS.rst16 * - Item
H A DWindows_OS_ug.rst16 * - Item