| /oneTBB/test/tbb/ |
| H A D | test_parallel_for.cpp | 134 void test() { in test() function 146 void test() { in test() function 158 void test() { in test() function 165 using correctness::test; in test() 168 test<RoundedDownRange, provide_feedback, ensure_non_empty_range>(); in test() 173 test<RoundedUpRange, provide_feedback, ensure_non_empty_range>(); in test() 174 test<RoundedUpRange, provide_feedback, !ensure_non_empty_range>(); in test() 185 test<Range1_2, provide_feedback, ensure_non_empty_range>(); in test() 186 test<Range1_999, provide_feedback, ensure_non_empty_range>(); in test() 187 test<Range999_1, provide_feedback, ensure_non_empty_range>(); in test() [all …]
|
| H A D | test_mutex.cpp | 144 test_with_native_threads::test<tbb::spin_mutex>(); 149 test_with_native_threads::test<tbb::queuing_mutex>(); 154 test_with_native_threads::test<tbb::mutex>(); 159 test_with_native_threads::test<tbb::spin_rw_mutex>(); 165 test_with_native_threads::test<tbb::queuing_rw_mutex>(); 171 test_with_native_threads::test<tbb::rw_mutex>();
|
| H A D | test_flow_graph_priorities.cpp | 204 void test( int num_threads ) { in test() function 345 void test( unsigned num_threads ) { in test() function 507 void test( int num_threads ) { in test() function 616 void test( int max_threads ) { in test() function 730 void test() { in test() function 757 void test(int num_threads) { in test() function 799 void test() { in test() function 866 NestedCase::test( static_cast<int>(max_threads) ); 873 BypassPrioritizedTask::test(); 880 ManySuccessors::test( static_cast<int>(p) ); [all …]
|
| H A D | test_indexer_node.cpp | 249 static void test() { in test() function in parallel_test 419 static void test() { in test() function in serial_test 449 TestType<indexer_node_type>::test(); in do_test() 462 TestType<indexer_node_type>::test(); in do_test() 474 TestType<indexer_node_type>::test(); in do_test() 486 TestType<indexer_node_type>::test(); in do_test() 498 TestType<indexer_node_type>::test(); in do_test() 509 TestType<indexer_node_type>::test(); in do_test() 520 TestType<indexer_node_type>::test(); in do_test() 531 TestType<indexer_node_type>::test(); in do_test() [all …]
|
| H A D | test_join_node.cpp | 55 static void test() { in test() function in tag_recirculation_test 121 tag_recirculation_test<join_node_type>::test(); in do_test() 155 test(connect_join_via_make_edge);
|
| H A D | test_partitioner.cpp | 39 template <typename PerBodyFunc> float test(PerBodyFunc&& body) { in test() function 128 float range_shifts_part = test(/*per body invocation call*/[]{}); in relaxed_test() 140 while (test(/*per body invocation call*/[&barrier] { barrier.wait(); }) > tolerance); in strict_test()
|
| H A D | test_join_node_preview.cpp | 101 test(connect_join_via_follows); 102 test(connect_join_via_precedes);
|
| H A D | test_concurrent_unordered_set.cpp | 81 test_emplace_insert<tbb::concurrent_unordered_set<test::unique_ptr<int>>, in test_specific_types() 83 test_emplace_insert<tbb::concurrent_unordered_multiset<test::unique_ptr<int>>, in test_specific_types()
|
| H A D | test_concurrent_set.cpp | 75 test_emplace_insert<tbb::concurrent_set<test::unique_ptr<int>>, std::false_type> in test_specific_types() 77 test_emplace_insert<tbb::concurrent_multiset<test::unique_ptr<int>>, std::false_type> in test_specific_types()
|
| H A D | test_concurrent_map.cpp | 93 test_emplace_insert<tbb::concurrent_map<int*, test::unique_ptr<int>>,std::false_type> in test_specific_types() 95 test_emplace_insert<tbb::concurrent_multimap<int*, test::unique_ptr<int>>,std::false_type> in test_specific_types()
|
| H A D | test_concurrent_unordered_map.cpp | 100 test_emplace_insert<tbb::concurrent_unordered_map<int*, test::unique_ptr<int>>, std::false_type> in test_specific_types() 102 …test_emplace_insert<tbb::concurrent_unordered_multimap<int*, test::unique_ptr<int>>, std::false_ty… in test_specific_types()
|
| /oneTBB/test/common/ |
| H A D | initializer_list_support.h | 46 static void test( std::initializer_list<ElementType>, const ContainerType& ) {} in test() function 51 static void test( std::initializer_list<ElementType> init, const ContainerType& expected) { in test() function 60 static void test( std::initializer_list<ElementType> init, const ContainerType& expected) { in test() function 75 TestAssign::test(init, expected); in test_initializer_list_support() 76 TestSpecial::test(init, expected); in test_initializer_list_support()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Flow_Graph_Single_Vs_Broadcast.rst | 63 …printf( "after single-push test, g_cnt == %d, b1==%d, b2==%d, b3==%d\n", (int)g_cnt, (int)b1, (int… 79 …printf( "after broadcast-push test, g_cnt == %d, b1==%d, b2==%d, b3==%d\n", (int)g_cnt, (int)b1, (… 89 after single-push test, g_cnt == 3, b1==3, b2==0, b3==0 90 after broadcast-push test, g_cnt == 9, b1==3, b2==3, b3==3 93 The single-push test uses a ``buffer_node``, which has a "single-push" 100 The broadcast-push test uses a ``broadcast_node``, which will push any
|
| /oneTBB/doc/GSG/ |
| H A D | integrate.rst | 43 To compile a test program ``test.cpp`` with oneTBB on Linux* OS, 48 g++ -o test test.cpp $(pkg-config --libs --cflags tbb)
|
| /oneTBB/examples/graph/som/ |
| H A D | README.md | 22 som [n-of-threads=value] [radius-fraction=value] [number-of-epochs=value] [cancel-test] [debug] [no… 28 * `cancel-test` - test for cancel signal while finding BMU.
|
| /oneTBB/python/ |
| H A D | README.md | 38 - `python3 -m TBB test` - run test for oneTBB module for Python. 39 - `python3 -m tbb test` - run test for oneTBB module for Python.
|
| /oneTBB/cmake/ |
| H A D | README.md | 165 #### Build test 166 To build a test, use the default target ``all``: 171 Or use a specific test target: 173 cmake --build . --target <test> # e.g. test_version 178 You can run a test by using CTest: 183 Or by using the ``test`` target: 185 cmake --build . --target test # currently does not work on Windows* OS 210 make -j memcheck-<test name> # or memcheck-all to scan all tests 215 Use Doxygen* to generate oneTBB test specification: 296 * `TEST` - options applied during test build. [all …]
|
| H A D | test_spec.cmake | 15 option(TBB_TEST_SPEC "Generate test specification (Doxygen)" OFF) 32 COMMENT "Generating test specification with Doxygen"
|
| /oneTBB/cmake/python/ |
| H A D | test_launcher.cmake | 32 ${PYTHON_EXECUTABLE} -m tbb test 37 message(FATAL_ERROR "Error while test execution: ${cmd} error_code: ${CMD_RESULT}")
|
| /oneTBB/doc/ |
| H A D | test_classification.dox | 2 /// The list of test classes attributed to test cases.
|
| /oneTBB/examples/test_all/ |
| H A D | README.md | 2 Examples that test various components of oneTBB.
|
| /oneTBB/python/tbb/ |
| H A D | test.py | 53 def test(arg=None): function 204 test()
|
| H A D | __init__.py | 63 from .test import test 64 test(arg)
|
| /oneTBB/test/conformance/ |
| H A D | conformance_task_group.cpp | 250 void test() { in test() function 281 accept_task_group_context::test<tbb::task_group>();
|
| /oneTBB/.github/ |
| H A D | labeler.yml | 18 - 'test/tbbmalloc/**/*'
|