Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h157 void init_buckets( segment_ptr_type ptr, size_type sz, bool is_initial ) { in init_buckets() argument
158 if (is_initial) { in init_buckets()
181 void enable_segment( segment_index_type k, bool is_initial = false ) {
195 init_buckets(ptr, sz, is_initial);
209 init_buckets(ptr, sz - embedded_buckets, is_initial);
307 bool is_initial = !my_size.load(std::memory_order_relaxed); in reserve() local
311 enable_segment( segment_index_of( m+1 ), is_initial ); in reserve()