Home
last modified time | relevance | path

Searched defs:nthreads (Results 1 – 14 of 14) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_overwrite_node.cpp126 const int nthreads = 30; in parallel_read_write_tests() local
128 const int nthreads = N; in parallel_read_write_tests() local
H A Dtest_write_once_node.cpp150 const int nthreads = 30; in parallel_read_write_tests() local
152 const int nthreads = N; in parallel_read_write_tests() local
H A Dtest_async_node.cpp589 const int nthreads = 4; in test_for_spin_avoidance() local
654 const int nthreads = tbb::this_task_arena::max_concurrency(); in run() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.tbb1d.cpp185 int n, nthreads = utility::get_default_num_threads(); in thread_trace() local
H A Dtrace.threads.cpp70 static int nthreads; variable
H A Dtrace.tbb.cpp253 int n, nthreads = utility::get_default_num_threads(); in thread_trace() local
H A Dtrace.threads2d.cpp70 static int nthreads; variable
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolyover.cpp157 for (int nthreads = gThreadsLow; nthreads <= gThreadsHigh; nthreads++) { in NaiveParallelOverlay() local
404 int nthreads; in SplitParallelOverlay() local
533 int nthreads; in SplitParallelOverlayCV() local
668 int nthreads; in SplitParallelOverlayETS() local
/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp190 int run_pipeline(int nthreads) { in run_pipeline()
/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp96 static void CountOccurrences(int nthreads) { in CountOccurrences()
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp173 void WriteResults(int nthreads, double initTime, double calcTime) { in WriteResults()
H A Dconvex_hull_sample.cpp271 int nthreads; in main() local
H A Dconvex_hull_bench.cpp589 int nthreads; in main() local
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp987 for (std::size_t nthreads = MinThread; nthreads <= MaxThread; ++nthreads) { in TestAbort() local