Searched refs:RunWithSimpleBody (Results 1 – 4 of 4) sorted by relevance
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/ |
H A D | test_eh_algorithms.cpp | 898 #define RunWithSimpleBody(func, body) \ macro 915 RunWithSimpleBody(Test1_parallel_do, SimpleParDoBody); in RunParDoTests() 922 RunWithSimpleBody(TestCancelation1_parallel_do, ParDoBodyToCancel); in RunParDoTests() 923 RunWithSimpleBody(TestCancelation2_parallel_do, ParDoBodyToCancel2); in RunParDoTests()
|
/dports/devel/tbb/oneTBB-2020.3/src/test/ |
H A D | test_eh_algorithms.cpp | 898 #define RunWithSimpleBody(func, body) \ macro 915 RunWithSimpleBody(Test1_parallel_do, SimpleParDoBody); in RunParDoTests() 922 RunWithSimpleBody(TestCancelation1_parallel_do, ParDoBodyToCancel); in RunParDoTests() 923 RunWithSimpleBody(TestCancelation2_parallel_do, ParDoBodyToCancel2); in RunParDoTests()
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/ |
H A D | test_eh_algorithms.cpp | 898 #define RunWithSimpleBody(func, body) \ macro 915 RunWithSimpleBody(Test1_parallel_do, SimpleParDoBody); in RunParDoTests() 922 RunWithSimpleBody(TestCancelation1_parallel_do, ParDoBodyToCancel); in RunParDoTests() 923 RunWithSimpleBody(TestCancelation2_parallel_do, ParDoBodyToCancel2); in RunParDoTests()
|
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/ |
H A D | test_eh_algorithms.cpp | 783 #define RunWithSimpleBody(func, body) \ macro 1031 RunWithSimpleBody(Test1_parallel_for_each, SimpleParForEachBody); 1204 RunWithSimpleBody(TestCancelation1_parallel_for_each, ParForEachBodyToCancel); 1223 RunWithSimpleBody(TestCancelation2_parallel_for_each, ParForEachBodyToCancel2);
|