| /oneTBB/examples/getting_started/sub_string_finder/ |
| H A D | README.md | 12 ### Predefined make targets 13 * `make sub_string_finder_simple` - builds the example as it appears in the Get Started Guide. 14 * `make sub_string_finder_extended` - builds the similar example with more attractive printing of t… 15 * `make sub_string_finder_pretty` - builds the example extended with a sequential implementation. 16 * `make sub_string_finder` - builds all sample versions. 19 ### Predefined make targets 20 * `make run_sub_string_finder` - executes the example with predefined parameters. 21 * `make light_test_sub_string_finder` - executes the example with suggested parameters to reduce ex…
|
| /oneTBB/test/common/ |
| H A D | concurrent_ordered_common.h | 78 cont.insert(Value<Container>::make(r)); in test_ordered_methods() 144 cont.insert(Value<Container>::make(i)); in test_concurrent_order() 148 cont.insert(Value<Container>::make(i)); in test_concurrent_order() 308 c.insert(Value<Container>::make(i)); 312 c.insert(Value<Container>::make(0)); 333 c1.insert(Value<Container>::make(1)); 336 c2.insert(Value<Container>::make(1)); 339 c2.insert(Value<Container>::make(2)); 351 c1.insert(Value<TwoWayComparableContainerType>::make(1)); 352 c2.insert(Value<TwoWayComparableContainerType>::make(1)); [all …]
|
| H A D | concurrent_associative_common.h | 401 cont.insert(Value<T>::make(1)); 402 cont.insert(Value<T>::make(2)); 411 cont4.insert(Value<T>::make(1)); 412 cont4.insert(Value<T>::make(2)); 416 cont5.insert(Value<T>::make(1)); 417 cont5.insert(Value<T>::make(3)); 571 cont.insert(Value<T>::make(3)); 592 newcont.insert( { Value<T>::make( 1 ), Value<T>::make( 2 ), Value<T>::make( 1 ) } ); 711 … auto init = { Value<Container>::make(1), Value<Container>::make(1), Value<Container>::make(1) }; 715 auto init = { Value<Container>::make(i), Value<Container>::make(i + 2), [all …]
|
| H A D | node_handling_support.h | 286 cont.insert(Value<Container>::make(i)); in test_node_handling_support() 290 cont.insert(Value<Container>::make(4)); in test_node_handling_support() 293 test_node_handling(cont, Value<Container>::make(5)); in test_node_handling_support() 429 table1_1.insert(Value<Container1>::make(i)); in test_merge() 430 table1_2.insert(Value<Container1>::make(i * i)); in test_merge() 433 table1_1.insert(Value<Container1>::make(i)); in test_merge() 434 table1_2.insert(Value<Container1>::make(i * i)); in test_merge() 441 table2_1.insert(Value<Container2>::make(i)); in test_merge() 445 table2_1.insert(Value<Container2>::make(i)); in test_merge() 454 table1_3.insert(Value<Container1>::make(i)); in test_merge() [all …]
|
| H A D | concurrent_unordered_common.h | 51 cont.insert(Value<T>::make(1)); in test_unordered_methods() 52 cont.insert(Value<T>::make(2)); in test_unordered_methods() 75 std::pair<typename T::iterator, bool> ins3 = cont.insert(Value<T>::make(i)); in test_unordered_methods() 329 c1.insert(Value<Container>::make(1)); in test_comparisons_basic() 332 c2.insert(Value<Container>::make(1)); in test_comparisons_basic() 335 c2.insert(Value<Container>::make(2)); in test_comparisons_basic() 346 c1.insert(Value<TwoWayComparableContainerType>::make(1)); in test_two_way_comparable_container() 347 c2.insert(Value<TwoWayComparableContainerType>::make(1)); in test_two_way_comparable_container()
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | README.md | 13 ### Predefined make targets 14 * `make run_fractal` - executes the example with predefined parameters. 15 * `make perf_run_fractal` - executes the example with suggested parameters to measure the oneTBB pe… 16 * `make light_test_fractal` - executes the example with suggested parameters to reduce execution ti…
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | README.md | 11 ### Predefined make targets 12 * `make run_square` - executes the example with predefined parameters 13 * `make perf_run_square` - executes the example with suggested parameters to measure the oneTBB per… 14 * `make light_test_square` - executes the example with suggested parameters to reduce execution tim…
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | README.md | 15 ### Predefined make targets 16 * `make run_convex_hull` - executes the example with predefined parameters. 17 * `make perf_run_convex_hull` - executes the example with suggested parameters to measure the oneTB… 18 * `make light_test_convex_hull` - executes the example with suggested parameters to reduce executio…
|
| /oneTBB/examples/migration/recursive_fibonacci/ |
| H A D | README.md | 11 ### Predefined make targets 12 * `make run_recursive_fibonacci` - executes the example with predefined parameters (extended testin… 13 * `make perf_run_recursive_fibonacci` - executes the example with suggested parameters to measure t…
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 53 static MyKey make( int i ) { in make() function in MyKey 99 static MyData make( int i ) { in make() function in MyData 237 MyKey key( MyKey::make(-i) ); in CheckTable() 406 MyKey key( MyKey::make(-5) ); MyData2 data; in TestIteratorsAndRanges() 659 table.insert( a, MyKey::make(i) ); in apply() 682 bool b = table.find( a, MyKey::make(i) ); in apply() 704 bool b = table.find( a, MyKey::make(i) ); in apply() 789 b = table.erase( MyKey::make(i) ); in apply() 791 CHECK_FAST(table.count(MyKey::make(i)) == 0); in apply() 824 table.insert( a1, MyKey::make(1) ); in apply() [all …]
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | README.md | 11 ### Predefined make targets 12 * `make run_count_strings` - executes the example with predefined parameters. 13 * `make perf_run_count_strings` - executes the example with suggested parameters to measure the one…
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | README.md | 11 ### Predefined make targets 12 * `make run_logic_sim` - executes the example with predefined parameters. 13 * `make perf_run_logic_sim` - executes the example with suggested parameters to measure the oneTBB …
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | README.md | 13 ### Predefined make targets 14 * `make run_fractal` - executes the example with predefined parameters. 15 * `make perf_run_fractal` - executes the example with suggested parameters to measure the oneTBB pe… 16 * `make light_test_fractal` - executes the example with suggested parameters to reduce execution ti…
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 16 ### Predefined make targets 17 * `make run_fractal` - executes the example with predefined parameters. 18 * `make perf_run_fractal` - executes the example with suggested parameters to measure the oneTBB pe… 19 * `make light_test_fractal` - executes the example with suggested parameters to reduce execution ti… 38 * `left mouse button` - make the fractal active.
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | README.md | 13 ### Predefined make targets 14 * `make run_game_of_life` - executes the example with predefined parameters. 15 * `make light_test_game_of_life` - executes the example with suggested parameters to reduce executi…
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | README.md | 14 ### Predefined make targets 15 * `make run_fgbzip2` - executes the example with predefined parameters. 16 * `make perf_run_fgbzip2` - executes the example with suggested parameters to measure the oneTBB pe…
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | README.md | 13 ### Predefined make targets 14 * `make run_seismic` - executes the example with predefined parameters. 15 * `make perf_run_seismic` ` - executes the example with suggested parameters to measure the oneTBB … 16 * `make light_test_seismic` - executes the example with suggested parameters to reduce execution ti…
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | README.md | 11 ### Predefined make targets 12 * `make run_primes` - executes the example with predefined parameters 13 * `make perf_run_primes` - executes the example with suggested parameters to measure the oneTBB per…
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | README.md | 13 ### Predefined make targets 14 * `make run_dining_philosophers` - executes the example with predefined parameters. 15 * `make light_test_dining_philosophers` - executes the example with suggested parameters to reduce…
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Graph_Object.rst | 28 The graph object does not own the nodes associated with it. You need to make sure that the graph ob… 30 .. tip:: Call ``wait_for_all`` on a graph object before destroying it to make sure all activities a… 32 …pointers, be aware of the order of destruction for nodes and the graph to make sure that nodes are…
|
| /oneTBB/examples/graph/som/ |
| H A D | README.md | 15 ### Predefined make targets 16 * `make run_som` - executes the example with predefined parameters. 17 * `make light_test_som` - executes the example with suggested parameters to reduce execution time.
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | README.md | 30 ### Predefined make targets 31 * `make run_parallel_preorder` - executes the example with predefined parameters 32 * `make perf_run_parallel_preorder` - executes the example with suggested parameters to measure the… 33 * `make light_test_parallel_preorder` - executes the example with suggested parameters to reduce ex…
|
| /oneTBB/examples/graph/binpack/ |
| H A D | README.md | 13 ### Predefined make targets 14 * `make run_binpack` - executes the example with predefined parameters. 15 * `make perf_run_binpack` - executes the example with suggested parameters to measure the oneTBB pe…
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 22 ### Predefined make targets 23 * `make run_tachyon` - executes the example with predefined parameters. 24 * `make perf_run_tachyon` ` - executes the example with suggested parameters to measure the oneTBB … 25 * `make light_test_tachyon` - executes the example with suggested parameters to reduce execution ti…
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | README.md | 13 * `make run_pi` - executes the example with predefined parameters 14 * `make perf_run_pi` - executes the example with suggested parameters to measure the oneTBB perform…
|