| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_sort.cpp | 46 for(auto it = test_vector.begin(); it != test_vector.end() - 1; ++it) variable 60 for(auto it = test_vector.begin(); it != test_vector.end() - 1; ++it) variable 74 for(auto it = test_vector.begin(); it != test_vector.end() - 1; ++it) variable 88 for(auto it = test_vector.begin(); it != test_vector.end() - 1; ++it) variable
|
| /oneTBB/test/common/ |
| H A D | node_handling_support.h | 167 for (auto it = table.begin(); it != table.end(); ++it) { variable 305 for (auto it : table2) { in test_merge_basic() local 311 for (auto it : table1_backup) { in test_merge_basic() local 315 for (auto it : table2) { in test_merge_basic() local 320 for (auto it : table2_backup) { in test_merge_basic() local 361 for (auto it : start_data) { in check_concurrent_merge() local 378 for (auto it : start_data) { in check_concurrent_merge() local 391 for (auto it : expected_result) { in check_concurrent_merge() local
|
| H A D | concurrent_ordered_common.h | 62 for (auto it = cont.begin(); std::next(it) != cont.end();) { in check_container_order() local 89 for (auto it = eq_range.first; it != eq_range.second; ++it) in test_ordered_methods() local 95 for (auto it = cont.begin(); it != cont.end(); ++it){ in test_ordered_methods() local 187 for (Iterator it = begin; it != end; ++it) { in equal() local
|
| H A D | concurrent_priority_queue_common.h | 113 for (auto it = vec.begin() + 3; it != vec.end(); ++it) in type_tester() local 120 for (auto it = vec.begin() + 3; it != vec.end(); ++it) in type_tester() local 173 for (auto it = vec.begin() + 3; it != vec.end(); ++it) in type_tester() local 178 for (auto it = vec.begin() + 3; it != vec.end(); ++it) in type_tester() local
|
| H A D | concurrent_unordered_common.h | 143 for (Iterator it = begin; it != end; ++it) { in equal() local 174 for (auto it = lst.begin(); it != lst.end();) { in CustomExamine() local 219 auto it = lst.begin(); in TypeTester() local
|
| H A D | iterator.h | 43 InputIterator( const InputIterator& it ) { in InputIterator() 77 InputIterator it = *this; variable
|
| H A D | concurrent_lru_cache_common.h | 73 map_iter it = my_map_ref.find(k); in operator() local 239 objects_map_type::iterator it = objects_map.find(key); in is_evicted() local
|
| H A D | common_arena_constraints.h | 565 for(auto it = results.begin(); it != results.end(); ++it) { in generate_constraints_variety() local
|
| /oneTBB/test/tbb/ |
| H A D | test_flow_graph.cpp | 97 for (tbb::flow::graph::iterator it = g.begin(); it != g.end(); ++it) { in test_iterator() local 105 for (tbb::flow::graph::iterator it = g.begin(); it != g.end(); ++it) { in test_iterator() local 113 for (tbb::flow::graph::iterator it = g.begin(); it != g.end(); ++it) { in test_iterator() local 134 for (tbb::flow::graph::iterator it = g.begin(); it != g.end(); ++it) { in operator ()() local 143 for (tbb::flow::graph::iterator it = g.begin(); it != g.end(); ++it) { in operator ()() local 357 for(auto it = g.cbegin(); it != g.cend(); it++) variable
|
| H A D | test_intrusive_list.cpp | 83 Iterator it = il.begin(); in check_list_nodes() local 113 iterator it = il.begin(); in test_list_operations() local
|
| H A D | test_parallel_for_each.cpp | 53 auto it = *this; in operator ++() local 68 auto it = *this; in operator --() local
|
| H A D | test_tbb_fork.cpp | 168 int it; in TestSchedulerMemLeaks() local 281 for (TidTableType::const_iterator it = tidTable.begin(); in main() local
|
| H A D | test_concurrent_hash_map.cpp | 110 for ( Iterator it = i; it != j; ) { in do_test_range() local 268 typename std::list<Value>::const_iterator it = lst.begin(); in TypeTester() local 335 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestSpecificTypes() local 341 for ( std::list<int_int_t>::iterator it = arrIntInt.begin(); it != arrIntInt.end(); ++it ) in TestSpecificTypes() local 520 for (iterator it = begin; it != end; ++it ){ in equal() local
|
| H A D | test_numa_dist.cpp | 100 for (const auto& it : tls) { in TestNumaDistribution() local
|
| H A D | test_concurrent_queue.cpp | 219 auto it = object_addresses.find(this); in ~TrackableItem() local
|
| H A D | test_task.cpp | 212 for (auto it = range.begin(); it != range.end(); ++it) { in __anon509d20bd0502() local 359 for (auto it = range.begin(); it != range.end(); ++it) { in execute() local 391 for (auto it = range.begin(); it != range.end(); ++it) { in __anon509d20bd0b02() local
|
| /oneTBB/src/tbb/ |
| H A D | market.cpp | 61 auto it = std::find(clients.begin(), clients.end(), &c); in unregister_and_destroy_client() local 84 for (auto it = my_clients[list_idx].rbegin(); it != my_clients[list_idx].rend(); ++it) { in update_allotment() local
|
| H A D | thread_dispatcher.cpp | 67 for (auto& it : my_client_list[priority]) { in try_unregister_client() local 141 client_list_type::iterator it = hint; in client_in_need() local
|
| H A D | global_control.cpp | 179 auto it = c->my_list.find(&gc); in erase_if_present() local 240 auto it = c->my_list.find(&gc); in is_present() local
|
| H A D | intrusive_list.h | 157 iterator erase ( iterator it ) { in erase()
|
| H A D | thread_data.h | 244 for (context_list::iterator it = my_context_list->begin(); it != my_context_list->end(); ++it) { in propagate_task_group_state() local
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 266 args_map_type::iterator it = args_map.find(name_found); in parse() local 278 args_map_type::iterator it = args_map.find(argv[j]); in parse() local 320 for (args_display_order_type::const_iterator it = args_display_order.begin(); in usage_string() local 338 for (positional_arg_names_type::const_iterator it = positional_arg_names.begin(); in usage_string() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_map.h | 113 iterator it = this->find(key); in at() local 126 iterator it = this->find(key); variable 135 iterator it = this->find(key); variable
|
| /oneTBB/examples/graph/som/ |
| H A D | som.cpp | 104 void SOMap::initialize(InitializeType it, SOM_element &max_range, SOM_element &min_range) { in initialize()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 805 const_iterator it = lower_bound(key); in internal_find_unique() local 1036 std::pair<node_ptr, node_ptr> internal_extract( const_iterator it ) { in internal_extract() 1064 for (source_iterator it = source.begin(); it != source.end();) { in internal_merge() local 1161 static iterator get_iterator( const_iterator it ) { in get_iterator()
|