Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h288 concurrent_skip_list() : my_head_ptr(nullptr), my_size(0), my_max_height(0) {} in concurrent_skip_list()
318 my_size(0), my_max_height(0) in concurrent_skip_list()
326 my_size(0), my_max_height(0) in concurrent_skip_list()
592 my_max_height.store(0, std::memory_order_relaxed); in clear()
749my_max_height.store(other.my_max_height.load(std::memory_order_relaxed), std::memory_order_relaxed… in internal_move()
750 other.my_max_height.store(0, std::memory_order_relaxed); in internal_move()
764my_max_height.store(other.my_max_height.load(std::memory_order_relaxed), std::memory_order_relaxed… in internal_move_construct_with_allocator()
894 size_type curr_max_height = my_max_height.load(std::memory_order_acquire); in fill_prev_curr_arrays()
982 size_type max_height = my_max_height.load(std::memory_order_acquire); in internal_insert_node()
1185 swap_atomics_relaxed(my_max_height, other.my_max_height); in internal_swap_fields()
[all …]