Home
last modified time | relevance | path

Searched refs:vec_1 (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
1689 generate(vec_1.begin(), vec_1.end(), rand); in test_queue_helper()
1696 CQ q4({vec_1, vec_2, vec_3}); in test_queue_helper()