| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_set.h | 95 void merge(concurrent_set<key_type, OtherCompare, Allocator>& source) { in merge() 100 void merge(concurrent_set<key_type, OtherCompare, Allocator>&& source) { in merge() 105 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>& source) { in merge() 110 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>&& source) { in merge() 196 void merge(concurrent_set<key_type, OtherCompare, Allocator>& source) { in merge() 201 void merge(concurrent_set<key_type, OtherCompare, Allocator>&& source) { in merge() 206 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>& source) { in merge() 211 void merge(concurrent_multiset<key_type, OtherCompare, Allocator>&& source) { in merge()
|
| H A D | concurrent_unordered_set.h | 88 …oid merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 93 …id merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge() 98 …erge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 103 …rge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge() 227 …oid merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 232 …id merge( concurrent_unordered_set<key_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge() 237 …erge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 242 …rge( concurrent_unordered_multiset<key_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge()
|
| H A D | concurrent_unordered_map.h | 141 …ncurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 146 …current_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge() 151 …ent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 156 …nt_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge() 302 …ncurrent_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 307 …current_unordered_map<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge() 312 …ent_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>& source ) { in merge() 317 …nt_unordered_multimap<key_type, mapped_type, OtherHash, OtherKeyEqual, allocator_type>&& source ) { in merge()
|
| H A D | concurrent_map.h | 160 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() 165 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge() 170 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() 175 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge() 277 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() 282 void merge(concurrent_multimap<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge() 287 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>& source) { in merge() 292 void merge(concurrent_map<key_type, mapped_type, OtherCompare, Allocator>&& source) { in merge()
|
| /oneTBB/src/tbb/ |
| H A D | task_stream.h | 181 void push(d1::task* source, const lane_selector_t& next_lane ) { in push() 234 bool try_push(d1::task* source, unsigned lane_idx ) { in try_push()
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Update_state.cpp | 218 char GetAdjacentCellState(char* source, // pointer to source data block in GetAdjacentCellState() 333 char* source = m_matrix->data; in CheckCell() local
|
| H A D | Evolution.cpp | 142 static void set_values(Matrix* source, char* dest) { in set_values()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_graph.cpp | 31 continue_node<int> source(g, 2, [&](const continue_msg&){ flag = true; return 1;}); in test_continue_node_rf_reset_protocol() local
|
| H A D | conformance_concurrent_priority_queue.cpp | 35 std::vector<int> source(range.begin(), range.end()); in test_to_vector() local
|
| H A D | conformance_concurrent_vector.cpp | 634 std::vector<dummy> source(sequence_size, 0); in TestSerialMoveInShrinkToFit() local 919 typename MyVector::value_type source; in operator ()() local
|
| H A D | conformance_concurrent_queue.cpp | 72 bool try_push( const T& source ) { in try_push() 633 bool try_push( const T& source ) { return this->push( source); } in try_push()
|
| H A D | conformance_enumerable_thread_specific.cpp | 865 ets_type& source = const_cast<ets_type&>(cref_binder); in ets_copy_assign_test() local
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_queue.cpp | 137 Queue source; in CopyWithThrowElement() local
|
| /oneTBB/test/common/ |
| H A D | concurrent_priority_queue_common.h | 31 …ntType> toVector( const tbb::concurrent_priority_queue<ElementType, Compare, Allocator>& source ) { in toVector()
|
| H A D | concurrent_lru_cache_common.h | 211 helpers::instance_serial_counter source; member
|
| H A D | container_move_support.h | 431 container_type& source; member
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 1059 void internal_merge( SourceType&& source ) { in internal_merge()
|
| H A D | _concurrent_unordered_base.h | 1197 void internal_merge( SourceType&& source ) { in internal_merge()
|