Home
last modified time | relevance | path

Searched refs:my_compare (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h55 : mark(0), my_size(0), my_compare(), data(alloc) in concurrent_priority_queue()
67 : mark(0), my_size(0), my_compare(), data(alloc)
100 …(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_compare), in concurrent_priority_queue()
107 …(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_compare), in concurrent_priority_queue()
114 …(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_compare), in concurrent_priority_queue()
121 …(other.mark), my_size(other.my_size.load(std::memory_order_relaxed)), my_compare(other.my_compare), in concurrent_priority_queue()
275 my_compare(data[0], data.back())) in handle_operations()
320 my_compare(data[0], data.back())) in handle_operations()
352 if (!my_compare(data[parent], to_place)) in heapify()
371 if (my_compare(data[target], data.back())) in reheap()
[all …]
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h317 my_compare(other.my_compare), my_rng(other.my_rng), my_head_ptr(nullptr), in concurrent_skip_list()
325 …: my_node_allocator(alloc), my_compare(other.my_compare), my_rng(other.my_rng), my_head_ptr(nullpt… in concurrent_skip_list()
333 : my_node_allocator(std::move(other.my_node_allocator)), my_compare(other.my_compare), in concurrent_skip_list()
340 : my_node_allocator(alloc), my_compare(other.my_compare), in concurrent_skip_list()
356 my_compare = other.my_compare;
368 my_compare = std::move(other.my_compare);
834 not_greater_compare cmp(my_compare); in internal_equal_range()
934 return not_greater_compare(my_compare); in select_comparator()
938 return my_compare; in select_comparator()
1180 swap(my_compare, other.my_compare); in internal_swap_fields()
[all …]