Home
last modified time | relevance | path

Searched defs:first_block (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h570 size_type first_block = this->my_first_block.load(std::memory_order_relaxed); in create_segment() local
664 size_type first_block = this->my_first_block.load(std::memory_order_relaxed); in deallocate_segment() local
952 …const segment_index_type first_block = this->my_first_block; // nu… in internal_compact() local
H A Dconcurrent_hash_map.h108 …static constexpr size_type first_block = 8; //including embedded_block. perfect with bucket size 1… variable
/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h488 auto first_block = other.my_first_block.load(std::memory_order_relaxed); in internal_swap_fields() local