Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h60 using queue_rep_type = concurrent_queue_rep<T, Allocator>;
114 k &= -queue_rep_type::n_queue; in prepare_page()
157 tail_counter.fetch_add(queue_rep_type::n_queue); in push()
166 tail_counter.fetch_add(queue_rep_type::n_queue); in push()
173 tail_counter.fetch_add(queue_rep_type::n_queue); in abort_push()
177 k &= -queue_rep_type::n_queue; in pop()
210 / queue_rep_type::n_queue; in assign()
511 using padded_page = typename queue_rep_type::padded_page;
519 concurrent_queue_iterator_base( queue_rep_type* queue_rep ) in concurrent_queue_iterator_base()
580 queue_rep_type* my_queue_rep{ nullptr };
[all …]