Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp87 void TestEmptyQueue() { in TestEmptyQueue() function
95 TestEmptyQueue<ConcQWithCapacity<char>, char>(); in TestEmptiness()
96 TestEmptyQueue<ConcQWithCapacity<move_support_tests::Foo>, move_support_tests::Foo>(); in TestEmptiness()
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()