Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp56 class ConcQWithCapacity : public oneapi::tbb::concurrent_queue<T, test_allocator<T>> { class
59 ConcQWithCapacity() : my_capacity( std::size_t(-1) / (sizeof(void*) + sizeof(T)) ) {} in ConcQWithCapacity() function in ConcQWithCapacity
95 TestEmptyQueue<ConcQWithCapacity<char>, char>(); in TestEmptiness()
96 TestEmptyQueue<ConcQWithCapacity<move_support_tests::Foo>, move_support_tests::Foo>(); in TestEmptiness()
131 TestFullQueue<ConcQWithCapacity<move_support_tests::Foo>, move_support_tests::Foo>(); in TestFullness()
175 TestClear<ConcQWithCapacity<move_support_tests::Foo>>(); in TestClearWorks()