Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_priority_queue.cpp76 test_parallel_push_pop<MyLess>(n, DATA_MAX, DATA_MIN); in test_concurrent()
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp531 test_parallel_push_pop<std::less<int>>(n, INT_MAX, INT_MIN); in test_concurrent()
532 test_parallel_push_pop<std::less<int>>(n, (unsigned char)CHAR_MAX, (unsigned char)CHAR_MIN); in test_concurrent()
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h314 void test_parallel_push_pop( std::size_t n, T t_max, T t_min ) { in test_parallel_push_pop() function