Searched refs:my_first_block (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _segment_table.h | 64 , my_first_block{}, my_size{}, my_segment_table_allocation_failed{} in my_segment_table_allocator() 86 , my_first_block{}, my_size{}, my_segment_table_allocation_failed{} in segment_table() 99 , my_first_block{}, my_size{}, my_segment_table_allocation_failed{} in segment_table() 250 my_first_block.store(0, std::memory_order_relaxed); in clear() 378 …my_first_block.store(other.my_first_block.load(std::memory_order_relaxed), std::memory_order_relax… in internal_move() 488 auto first_block = other.my_first_block.load(std::memory_order_relaxed); in internal_swap_fields() 489 …other.my_first_block.store(my_first_block.load(std::memory_order_relaxed), std::memory_order_relax… in internal_swap_fields() 490 my_first_block.store(first_block, std::memory_order_relaxed); in internal_swap_fields() 532 if (this->my_first_block.load(std::memory_order_relaxed) == zero) { in assign_first_block_if_necessary() 533 this->my_first_block.compare_exchange_strong(zero, index); in assign_first_block_if_necessary() [all …]
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_vector.h | 570 size_type first_block = this->my_first_block.load(std::memory_order_relaxed); in create_segment() 649 if (segment_index >= this->my_first_block) { in nullify_segment() 653 for (size_type i = 0; i < this->my_first_block; ++i) { in nullify_segment() 664 size_type first_block = this->my_first_block.load(std::memory_order_relaxed); in deallocate_segment() 834 if (seg_index > this->my_first_block.load(std::memory_order_relaxed)) { in internal_grow() 952 …const segment_index_type first_block = this->my_first_block; // nu… in internal_compact() 978 this->my_first_block.store(k, std::memory_order_relaxed); in internal_compact() 1003 this->my_first_block.store(first_block, std::memory_order_relaxed); in internal_compact() 1010 this->my_first_block.store(first_block, std::memory_order_relaxed); in internal_compact() 1019 this->my_first_block.store(k, std::memory_order_relaxed); in internal_compact() [all …]
|