Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 51) sorted by relevance

123

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp134 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 Dtest_mutex.cpp144 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 Dtest_flow_graph_priorities.cpp204 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 Dtest_indexer_node.cpp249 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 Dtest_join_node.cpp55 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 Dtest_partitioner.cpp39 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 Dtest_join_node_preview.cpp101 test(connect_join_via_follows);
102 test(connect_join_via_precedes);
H A Dtest_concurrent_unordered_set.cpp81 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 Dtest_concurrent_set.cpp75 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 Dtest_concurrent_map.cpp93 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 Dtest_concurrent_unordered_map.cpp100 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 Dinitializer_list_support.h46 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 DFlow_Graph_Single_Vs_Broadcast.rst63 …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 Dintegrate.rst43 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 DREADME.md22 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 DREADME.md38 - `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 DREADME.md165 #### 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 Dtest_spec.cmake15 option(TBB_TEST_SPEC "Generate test specification (Doxygen)" OFF)
32 COMMENT "Generating test specification with Doxygen"
/oneTBB/cmake/python/
H A Dtest_launcher.cmake32 ${PYTHON_EXECUTABLE} -m tbb test
37 message(FATAL_ERROR "Error while test execution: ${cmd} error_code: ${CMD_RESULT}")
/oneTBB/doc/
H A Dtest_classification.dox2 /// The list of test classes attributed to test cases.
/oneTBB/examples/test_all/
H A DREADME.md2 Examples that test various components of oneTBB.
/oneTBB/python/tbb/
H A Dtest.py53 def test(arg=None): function
204 test()
H A D__init__.py63 from .test import test
64 test(arg)
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp250 void test() { in test() function
281 accept_task_group_context::test<tbb::task_group>();
/oneTBB/.github/
H A Dlabeler.yml18 - 'test/tbbmalloc/**/*'

123