Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h85 using array_type = value_type[array_size]; member
87 array_type const& my_array_ref;
89 array_searcher(array_type const& array_ref) : my_array_ref(array_ref) {} in array_searcher()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h281 using array_type = std::array<node_ptr, max_level>; variable
891 …void fill_prev_curr_arrays(array_type& prev_nodes, array_type& curr_nodes, node_ptr node, const ke… in fill_prev_curr_arrays()
909 void fill_prev_array_for_existing_node( array_type& prev_nodes, node_ptr node ) { in fill_prev_array_for_existing_node()
952 array_type prev_nodes; in internal_insert_node()
953 array_type curr_nodes; in internal_insert_node()
1039 array_type prev_nodes; in internal_extract()