Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph.cpp121 int nThreads; member in AddRemoveBody
125 g(_g), nThreads(nthr), barrier(barrier_) in AddRemoveBody()
137 CHECK_MESSAGE( (count==101*nThreads), "error in iterator count"); in operator ()()
146 CHECK_MESSAGE( (count==nThreads), "error in iterator count"); in operator ()()
151 void test_parallel(int nThreads) { in test_parallel() argument
153 utils::SpinBarrier barrier(nThreads); in test_parallel()
154 AddRemoveBody body(nThreads, barrier, g); in test_parallel()
155 NativeParallelFor(nThreads, body); in test_parallel()
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2929 unsigned nThreads = ThreadId::getMaxThreadId(); in __TBB_mallocProcessShutdownNotification() local
2930 for( int i=1; i<=nThreads && i<MAX_THREADS; ++i ) in __TBB_mallocProcessShutdownNotification()