Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp222 static long number_of_threads; member in CrossThreadRun
229 number_of_threads = num; in init()
230 pool = new rml::MemoryPool*[number_of_threads]; in init()
231 poolSpace = new PoolSpace[number_of_threads]; in init()
232 obj = new char*[number_of_threads]; in init()
235 for (long i=0; i<number_of_threads; i++) in destroy()
265 int myPool = number_of_threads-id-1; in operator ()()
274 long CrossThreadRun::number_of_threads; member in CrossThreadRun
H A Dtest_malloc_compliance.cpp230 const long number_of_threads; member
234 number_of_threads(p), test(limitBarrier, verbose) {} in RoundRobin()
237 test.RunAllTests(number_of_threads); in operator ()()
/oneTBB/examples/parallel_reduce/primes/
H A Dprimes.cpp287 NumberType ParallelCountPrimes(NumberType n, int number_of_threads, NumberType grain_size) { in ParallelCountPrimes() argument
289 number_of_threads); in ParallelCountPrimes()