Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 29) sorted by relevance

12

/oneTBB/examples/parallel_for_each/parallel_preorder/
H A Dmain.cpp44 static void ParseCommandLine(int argc, char* argv[], utility::thread_number_range& threads) { in ParseCommandLine()
60 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/examples/parallel_for/seismic/
H A Dmain.cpp36 utility::thread_number_range threads; member
52 utility::thread_number_range threads( in ParseCommandLine() local
/oneTBB/examples/parallel_reduce/primes/
H A Dmain.cpp34 utility::thread_number_range threads; member
58 utility::thread_number_range threads( in ParseCommandLine() local
/oneTBB/examples/task_arena/fractal/
H A Dmain.cpp41 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp53 utility::thread_number_range threads(utility::get_default_num_threads, 0); in main() local
/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp69 utility::thread_number_range threads; member
80 utility::thread_number_range threads( in ParseCommandLine() local
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_used_by_lib.cpp113 constexpr std::size_t threads = 4; in ThreadsLoadUnload() local
/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp231 utility::thread_number_range threads(utility::get_default_num_threads, 0); in main() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.threads.cpp262 pthread_t *threads = (pthread_t *)alloca(nthreads * sizeof(pthread_t)); in thread_trace() local
H A Dtrace.threads2d.cpp314 pthread_t *threads = (pthread_t *)alloca(nthreads * sizeof(pthread_t)); in thread_trace() local
/oneTBB/examples/graph/logic_sim/
H A Dtest_all.cpp46 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp266 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp247 utility::thread_number_range threads(utility::get_default_num_threads, 0); in main() local
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp56 void ParseInputArgs(int argc, char* argv[], utility::thread_number_range& threads) { in ParseInputArgs()
H A Dconvex_hull_sample.cpp264 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/test/tbb/
H A Dtest_tbb_fork.cpp267 for (int threads=MinThread; threads<=MaxThread; threads+=MinThread) { in main() local
H A Dtest_global_control.cpp117 for ( int threads = minThreads; threads<maxThreads; ++threads ) { in TestMultpleWait() local
H A Dtest_enumerable_thread_specific.cpp114 std::vector< std::thread * > threads; in do_std_threads() local
H A Dtest_collaborative_call_once.cpp105 std::vector<std::thread> threads; in call_once_threads() local
H A Dtest_concurrent_vector.cpp592 …for (std::size_t threads = 1; threads < max_threads; threads = std::size_t(double(threads) * 2.7))… variable
/oneTBB/test/conformance/
H A Dconformance_global_control.cpp62 int threads = 4; in TestStackSizeThreadsControl() local
/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp279 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/examples/concurrent_priority_queue/shortpath/
H A Dshortpath.cpp276 utility::thread_number_range threads(utility::get_default_num_threads); in main() local
/oneTBB/examples/graph/som/
H A Dsom_graph.cpp441 utility::thread_number_range threads( in main() local
/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp473 for (int threads = NThread.low; threads <= NThread.high; threads *= 2) { in main() local

12