Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_priority_queue.cpp103 using CPQExTestType = tbb::concurrent_priority_queue<MyThrowingType, MyLess>; typedef
108 …const std::size_t TOO_LARGE_SZ = std::vector<MyThrowingType, typename CPQExTestType::allocator_typ… in test_exceptions()
116 CPQExTestType q; in test_exceptions()
122 CPQExTestType(42); in test_exceptions()
128 CPQExTestType q(TOO_LARGE_SZ); in test_exceptions()
133 CPQExTestType src_q(42); in test_exceptions()
139 CPQExTestType q(src_q); in test_exceptions()
144 CPQExTestType assign_q(24); in test_exceptions()
154 CPQExTestType pq(3); in test_exceptions()
171 CPQExTestType pq2(3); in test_exceptions()