Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_flowgraph.h663 …std::vector<int> threads_count = {1, oneapi::tbb::flow::serial, max_num_threads, oneapi::tbb::flow… in test_concurrency() local
666 threads_count.push_back(max_num_threads / 2); in test_concurrency()
669 for(auto num_threads : threads_count) { in test_concurrency()