Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h43 struct concurrent_queue_rep;
60 using queue_rep_type = concurrent_queue_rep<T, Allocator>;
408 struct concurrent_queue_rep { struct
409 using self_type = concurrent_queue_rep<T, Allocator>; argument
429 concurrent_queue_rep() {} in concurrent_queue_rep() function
431 concurrent_queue_rep( const concurrent_queue_rep& ) = delete;
432 concurrent_queue_rep& operator=( const concurrent_queue_rep& ) = delete; argument
443 …void assign( const concurrent_queue_rep& src, queue_allocator_type& alloc, item_constructor_type c… in assign() argument
510 using queue_rep_type = concurrent_queue_rep<Value, Allocator>;
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h55 using queue_representation_type = concurrent_queue_rep<T, Allocator>;
324 using queue_representation_type = concurrent_queue_rep<T, Allocator>;