Lines Matching refs:concurrent_bounded_queue

97     TestEmptyQueue<oneapi::tbb::concurrent_bounded_queue<char, test_allocator<char>>, char>();  in TestEmptiness()
98 TestEmptyQueue<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, in TestEmptiness()
132 …TestFullQueue<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_s… in TestFullness()
176 …TestClear<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_suppo… in TestClearWorks()
254 …TestIterator<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_su… in TestQueueIteratorWorks()
587 …TestConstructors<oneapi::tbb::concurrent_bounded_queue<Bar>, Bar, BarIterator, oneapi::tbb::concur… in TestQueueConstructors()
592 oneapi::tbb::concurrent_bounded_queue<T>& queue;
594 …TestNegativeQueueBody( oneapi::tbb::concurrent_bounded_queue<T>& q, std::size_t n ) : queue(q), nt… in TestNegativeQueueBody()
621 oneapi::tbb::concurrent_bounded_queue<T> queue; in TestNegativeQueue()
764 …TestPushPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_sup… in TestConcurrentPushPop()
766 …TestPushPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_sup… in TestConcurrentPushPop()
768 …TestPushPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_sup… in TestConcurrentPushPop()
770 …TestPushPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_sup… in TestConcurrentPushPop()
772 …TestPushPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_sup… in TestConcurrentPushPop()
927 … TestExceptionBody<oneapi::tbb::concurrent_bounded_queue, allocator_t, allocator_char_t, FooEx>(); in TestExceptions()
937 oneapi::tbb::concurrent_bounded_queue<int>* q;
940 …SimplePushBody(oneapi::tbb::concurrent_bounded_queue<int>* _q, std::size_t hi_thr) : q(_q), max(hi… in SimplePushBody()
960 oneapi::tbb::concurrent_bounded_queue<int>* q;
964 …SimplePopBody(oneapi::tbb::concurrent_bounded_queue<int>* _q, std::size_t hi_thr, std::size_t nite… in SimplePopBody()
988 oneapi::tbb::concurrent_bounded_queue<int> iq1; in TestAbort()
1007 oneapi::tbb::concurrent_bounded_queue<int> iq2; in TestAbort()
1023 oneapi::tbb::concurrent_bounded_queue<int> iq3; in TestAbort()
1043 oneapi::tbb::concurrent_bounded_queue<int> iq4; in TestAbort()
1203 TestMoveSupport<oneapi::tbb::concurrent_bounded_queue<MoveOperationTracker>, push_op, pop_op>(); in TestMoveSupportInPushPop()
1204 …TestMoveSupport<oneapi::tbb::concurrent_bounded_queue<MoveOperationTracker>, try_push_op, try_pop_… in TestMoveSupportInPushPop()
1276 void bounded_queue_specific_test(oneapi::tbb::concurrent_bounded_queue<T, A> &q, const std::vector<… in bounded_queue_specific_test()
1277 typedef typename oneapi::tbb::concurrent_bounded_queue<T, A>::size_type size_type; in bounded_queue_specific_test()
1280 oneapi::tbb::concurrent_bounded_queue<T, A> q2 = q; in bounded_queue_specific_test()
1358 TestMoveConstructors<oneapi::tbb::concurrent_bounded_queue<Bar, allocator<Bar>>, Bar>(); in TestMoveConstruction()
1428 …TestEmplaceInQueue<oneapi::tbb::concurrent_bounded_queue<NonTrivialConstructorType>, emplace_op>(); in TestEmplace()
1429 …TestEmplaceInQueue<oneapi::tbb::concurrent_bounded_queue<NonTrivialConstructorType>, try_emplace_o… in TestEmplace()
1535 test_member_types<oneapi::tbb::concurrent_bounded_queue>();
1540 …static_assert(std::is_signed<typename oneapi::tbb::concurrent_bounded_queue<int>::size_type>::valu…
1575 TestDeductionGuides<oneapi::tbb::concurrent_bounded_queue>();
1586 TestQueueIteratorComparisons<oneapi::tbb::concurrent_bounded_queue<int>>();
1678 test_with_minimalistic_objects<oneapi::tbb::concurrent_bounded_queue>();
1715 test_queue_helper<tbb::concurrent_bounded_queue<std::vector<int>>>();
1750 TestMoveQueue<tbb::concurrent_bounded_queue<move_support_tests::Foo, allocator_type>>();
1811 TestMoveQueueUnequal<tbb::concurrent_bounded_queue<move_support_tests::Foo, allocator_type>>();
1831 tbb::concurrent_bounded_queue<std::vector<int>> src_bnd({vect1, vect2, vect3}); in test_move_assignment_test_equal()
1832 tbb::concurrent_bounded_queue<std::vector<int>> dst_bnd(src_bnd.get_allocator()); in test_move_assignment_test_equal()
1833 tbb::concurrent_bounded_queue<std::vector<int>> cpy_bnd(src_bnd.get_allocator()); in test_move_assignment_test_equal()
1841 …test_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int>>>(src_bnd, dst_bnd, cpy_b… in test_move_assignment_test_equal()
1864 …tbb::concurrent_bounded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> … in test_move_assignment_test_unequal()
1865 …tbb::concurrent_bounded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> … in test_move_assignment_test_unequal()
1866 …tbb::concurrent_bounded_queue<std::vector<int, stateful_allocator<int>>, stateful_allocator<int>> … in test_move_assignment_test_unequal()
1876 …test_check_move_allocator<tbb::concurrent_bounded_queue<std::vector<int, stateful_allocator<int>>,… in test_move_assignment_test_unequal()