Searched refs:my_segment_table_allocation_failed (Results 1 – 1 of 1) 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() 73 … , my_segment_table(nullptr), my_first_block{}, my_size{}, my_segment_table_allocation_failed{} in segment_table() 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() 108 , my_size{}, my_segment_table_allocation_failed{} 293 my_segment_table_allocation_failed.store(true, std::memory_order_relaxed); in extend_table_if_necessary() 298 if (my_segment_table_allocation_failed.load(std::memory_order_relaxed)) { in extend_table_if_necessary() 357 other_size = my_segment_table_allocation_failed ? embedded_table_size : other_size; in internal_transfer() 555 std::atomic<bool> my_segment_table_allocation_failed; variable
|