Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h55 using queue_representation_type = concurrent_queue_rep<T, Allocator>; variable
56 …_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_representation_type>;
77 …eue_representation = static_cast<queue_representation_type*>(r1::cache_aligned_allocate(sizeof(que… in concurrent_queue()
268 queue_representation_type* my_queue_representation;
324 using queue_representation_type = concurrent_queue_rep<T, Allocator>; variable
325 …_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_representation_type>;
352 my_queue_representation = reinterpret_cast<queue_representation_type*>( in concurrent_bounded_queue()
353 r1::allocate_bounded_queue_rep(sizeof(queue_representation_type))); in concurrent_bounded_queue()
356 …my_capacity = std::size_t(-1) / (queue_representation_type::item_size > 1 ? queue_representation_t… in concurrent_bounded_queue()
415 sizeof(queue_representation_type)); in ~concurrent_bounded_queue()
[all …]