Home
last modified time | relevance | path

Searched defs:source (Results 1 – 18 of 18) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h95 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 Dconcurrent_unordered_set.h88 …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 Dconcurrent_unordered_map.h141 …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 Dconcurrent_map.h160 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 Dtask_stream.h181 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 DUpdate_state.cpp218 char GetAdjacentCellState(char* source, // pointer to source data block in GetAdjacentCellState()
333 char* source = m_matrix->data; in CheckCell() local
H A DEvolution.cpp142 static void set_values(Matrix* source, char* dest) { in set_values()
/oneTBB/test/conformance/
H A Dconformance_graph.cpp31 continue_node<int> source(g, 2, [&](const continue_msg&){ flag = true; return 1;}); in test_continue_node_rf_reset_protocol() local
H A Dconformance_concurrent_priority_queue.cpp35 std::vector<int> source(range.begin(), range.end()); in test_to_vector() local
H A Dconformance_concurrent_vector.cpp634 std::vector<dummy> source(sequence_size, 0); in TestSerialMoveInShrinkToFit() local
919 typename MyVector::value_type source; in operator ()() local
H A Dconformance_concurrent_queue.cpp72 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 Dconformance_enumerable_thread_specific.cpp865 ets_type& source = const_cast<ets_type&>(cref_binder); in ets_copy_assign_test() local
/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp137 Queue source; in CopyWithThrowElement() local
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h31 …ntType> toVector( const tbb::concurrent_priority_queue<ElementType, Compare, Allocator>& source ) { in toVector()
H A Dconcurrent_lru_cache_common.h211 helpers::instance_serial_counter source; member
H A Dcontainer_move_support.h431 container_type& source; member
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h1059 void internal_merge( SourceType&& source ) { in internal_merge()
H A D_concurrent_unordered_base.h1197 void internal_merge( SourceType&& source ) { in internal_merge()