Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h80 class hash_map_base {
116hash_map_base( const allocator_type& alloc ) : my_allocator(alloc), my_mask(embedded_buckets - 1),… in hash_map_base() function
316 void internal_swap_content(hash_map_base &table) { in internal_swap_content()
335 void internal_move(hash_map_base&& other) { in internal_move()
586 : protected hash_map_base<Allocator, MutexType> in __TBB_requires()
588 : protected hash_map_base<Allocator, spin_rw_mutex> in __TBB_requires()
599 using base_type = hash_map_base<Allocator, MutexType>; in __TBB_requires()
601 using base_type = hash_map_base<Allocator, spin_rw_mutex>; in __TBB_requires()