Searched refs:queue_allocator_type (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_queue_base.h | 70 …using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_rep_type>; variable 145 … void push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator, Args&&... args ) in push() 169 void abort_push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator ) { in abort_push() 176 bool pop( void* dst, ticket_type k, queue_rep_type& base, queue_allocator_type& allocator ) { in pop() 200 micro_queue& assign( const micro_queue& src, queue_allocator_type& allocator, in assign() 248 …padded_page* make_copy( queue_allocator_type& allocator, const padded_page* src_page, size_type be… in make_copy() 283 …void clear(queue_allocator_type& allocator, padded_page* new_head = nullptr, padded_page* new_tail… 308 void clear_and_invalidate(queue_allocator_type& allocator) { in clear_and_invalidate() 419 using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<self_type>; member 434 void clear( queue_allocator_type& alloc ) { in clear() [all …]
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_queue.h | 56 …using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_represent… variable 57 using queue_allocator_traits = tbb::detail::allocator_traits<queue_allocator_type>; 267 queue_allocator_type my_allocator; 325 …using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_represent… variable 326 using queue_allocator_traits = tbb::detail::allocator_traits<queue_allocator_type>; 657 queue_allocator_type my_allocator;
|