Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h201 item_constructor_type construct_item ) in assign() argument
215 ….store(make_copy(allocator, srcp, index, end_in_first_page, g_index, construct_item), std::memory_… in assign()
225 … cur_page->next = make_copy( allocator, srcp, 0, items_per_page, g_index, construct_item ); in assign()
233 … cur_page->next = make_copy( allocator, srcp, 0, last_index, g_index, construct_item ); in assign()
249 size_type end_in_page, ticket_type& g_index, item_constructor_type construct_item ) in make_copy() argument
257 copy_item(*new_page, begin_in_page, *src_page, begin_in_page, construct_item); in make_copy()
328 item_constructor_type construct_item ) in copy_item() argument
331 construct_item( &dst[dindex], static_cast<const void*>(&src_item) ); in copy_item()
443 …st concurrent_queue_rep& src, queue_allocator_type& alloc, item_constructor_type construct_item ) { in assign()
452 array[queue_idx].assign(src.array[queue_idx], alloc, construct_item); in assign()