Searched refs:internal_swap (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_queue.h | 114 internal_swap(src); in concurrent_queue() 123 internal_swap(src); in concurrent_queue() 154 internal_swap(other); 183 internal_swap(other); in swap() 238 void internal_swap(concurrent_queue& src) { in internal_swap() function 392 internal_swap(src); in concurrent_bounded_queue() 401 internal_swap(src); in concurrent_bounded_queue() 433 internal_swap(other); 462 internal_swap(other); in swap() 549 void internal_swap( concurrent_bounded_queue& src ) { in internal_swap() function
|
| H A D | enumerable_thread_specific.h | 939 void internal_swap(enumerable_thread_specific& other) { 975 internal_swap(other); 1008 internal_swap(other);
|
| H A D | concurrent_hash_map.h | 1089 internal_swap(table, tbb::detail::disjunction<pocs_type, is_equal_type>()); in __TBB_requires() 1561 void internal_swap(concurrent_hash_map& other, /*is_always_equal || POCS = */ std::true_type) { in __TBB_requires() 1565 void internal_swap(concurrent_hash_map& other, /*is_always_equal || POCS = */ std::false_type) { in __TBB_requires()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _segment_table.h | 149 internal_swap(other, tbb::detail::disjunction<is_equal_type, pocs_type>()); in swap() 440 void internal_swap( segment_table& other, /*is_always_equal || POCS = */ std::true_type ) { in internal_swap() function 448 void internal_swap( segment_table& other, /*is_always_equal || POCS = */ std::false_type ) { in internal_swap() function
|
| H A D | _concurrent_skip_list.h | 639 internal_swap(other, tbb::detail::disjunction<pocs_type, is_always_equal>()); in swap() 1188 … void internal_swap( concurrent_skip_list& other, /*POCMA || is_always_equal =*/std::true_type ) { in internal_swap() function 1192 … void internal_swap( concurrent_skip_list& other, /*POCMA || is_always_equal =*/std::false_type ) { in internal_swap() function
|
| H A D | _concurrent_unordered_base.h | 391 internal_swap(other, tbb::detail::disjunction<pocs_type, is_always_equal>()); in swap() 1408 …void internal_swap( concurrent_unordered_base& other, /*is_always_equal || POCS = */std::true_type… in internal_swap() function 1412 …void internal_swap( concurrent_unordered_base& other, /*is_always_equal || POCS = */std::false_typ… in internal_swap() function
|