Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp1687 typename CQ::value_type vec_1(size, 0), vec_2(size, 0), vec_3(size, 0), vec_4(size, 0); in test_queue_helper() local
1690 generate(vec_2.begin(), vec_2.end(), rand); in test_queue_helper()
1695 q3 = {vec_4, vec_2, vec_3}; in test_queue_helper()
1696 CQ q4({vec_1, vec_2, vec_3}); in test_queue_helper()