Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h41 class segment_table {
70 segment_table( const segment_table& other ) in segment_table() function
84 segment_table( const segment_table& other, const allocator_type& alloc ) in segment_table() function
97 segment_table( segment_table&& other ) in segment_table() function
106 segment_table( segment_table&& other, const allocator_type& alloc ) in segment_table() function
116 ~segment_table() { in ~segment_table()
120 segment_table& operator=( const segment_table& other ) {
128 segment_table& operator=( segment_table&& other )
141 void swap( segment_table& other ) in swap()
333 segment_table& my_instance;
[all …]
H A D_concurrent_unordered_base.h790 …: public segment_table<std::atomic<node_ptr>, allocator_type, unordered_segment_table, pointers_pe…
794 …using base_type = segment_table<std::atomic<node_ptr>, allocator_type, unordered_segment_table, po…
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h228 …: private segment_table<T, Allocator, concurrent_vector<T, Allocator>, embedded_table_num_segments>
231 using base_type = segment_table<T, Allocator, self_type, embedded_table_num_segments>;
233 friend class segment_table<T, Allocator, self_type, embedded_table_num_segments>;