Home
last modified time | relevance | path

Searched defs:queue_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h100 using queue_type = tbb::concurrent_priority_queue<ValueType, Compare>; in type_tester() local
205 using queue_type = tbb::concurrent_priority_queue<value_type, LessForSmartPointers>; in type_tester_unique_ptr() local
/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp172 using queue_type = tbb::concurrent_queue<int, allocator_type>; typedef