Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp353 const unsigned cpu_threads = unsigned(num_threads); in test() local
355 const unsigned nested_cpu_tasks = cpu_tasks_per_thread * cpu_threads; in test()
359 SpinBarrier barrier(cpu_threads + /*async thread=*/1); in test()
364 tbb::task_arena arena(cpu_threads); in test()
393 unsigned max_span = unsigned(2 * cpu_threads + 1); in test()