Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_openmp.cpp137 int tbb_nthreads = tbb::this_task_arena::max_concurrency(); in TestNumThreads() local
140 …REQUIRE_MESSAGE(tbb_nthreads == omp_nthreads, "Initialization of TBB is possibly affected by OpenM… in TestNumThreads()