Home
last modified time | relevance | path

Searched refs:allocate_child (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_cilk_common.h52 spawn (*new( allocate_child() ) FibCilkSubtask(x,n-1)); in execute()
53 spawn (*new( allocate_child() ) FibCilkSubtask(y,n-2)); in execute()
56 spawn (*new( allocate_child() ) FibTask(x,n-1)); in execute()
57 spawn (*new( allocate_child() ) FibTask(y,n-2)); in execute()
H A Dtest_task.cpp103 list.push_back( *new ( allocate_child() ) tbb::empty_task() ); in execute()
217 tbb::task::spawn( *new(t->allocate_child()) AffinityTask(i) ); in TestAffinity()
259 tbb::task::spawn( *new(t->allocate_child()) NoteAffinityTask(2) ); in TestNoteAffinityContext()
312 TRY_BAD_CONSTRUCTION( allocate_child() ); in execute()
517 p.spawn( *new(p.allocate_child()) tbb::empty_task ); in execute()
549 tbb::task &tS = *new( r.allocate_child() ) tbb::empty_task, in TestRelaxedOwnership()
550 &tD = *new( r.allocate_child() ) tbb::empty_task, in TestRelaxedOwnership()
551 &tE = *new( r.allocate_child() ) tbb::empty_task; in TestRelaxedOwnership()
570 tbb::task::spawn( *new(e->allocate_child()) tbb::empty_task ); in RunSchedulerInstanceOnUserThread()
640 tbb::empty_task &t1 = *new( r1.allocate_child() ) tbb::empty_task; in TestWaitDiscriminativenessWithoutStealing()
[all …]
H A Dtest_task_leaks.cpp92 tbb::task* t = new( c.allocate_child() ) tbb::empty_task; in execute()
101 tbb::task* t = new( c.allocate_child() ) TaskGenerator(my_child_count, my_depth-1); in execute()
134 tbb::task::spawn( *new( dummy_root->allocate_child() ) tbb::empty_task ); in RunTaskGenerators()
136 tbb::task::spawn( *new( dummy_root->allocate_child() ) ChangeProducer ); in RunTaskGenerators()
177 list.push_back( *new( allocate_child() ) tbb::empty_task ); in execute()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_cilk_common.h52 spawn (*new( allocate_child() ) FibCilkSubtask(x,n-1)); in execute()
53 spawn (*new( allocate_child() ) FibCilkSubtask(y,n-2)); in execute()
56 spawn (*new( allocate_child() ) FibTask(x,n-1)); in execute()
57 spawn (*new( allocate_child() ) FibTask(y,n-2)); in execute()
H A Dtest_task.cpp103 list.push_back( *new ( allocate_child() ) tbb::empty_task() ); in execute()
217 tbb::task::spawn( *new(t->allocate_child()) AffinityTask(i) ); in TestAffinity()
259 tbb::task::spawn( *new(t->allocate_child()) NoteAffinityTask(2) ); in TestNoteAffinityContext()
312 TRY_BAD_CONSTRUCTION( allocate_child() ); in execute()
517 p.spawn( *new(p.allocate_child()) tbb::empty_task ); in execute()
549 tbb::task &tS = *new( r.allocate_child() ) tbb::empty_task, in TestRelaxedOwnership()
550 &tD = *new( r.allocate_child() ) tbb::empty_task, in TestRelaxedOwnership()
551 &tE = *new( r.allocate_child() ) tbb::empty_task; in TestRelaxedOwnership()
570 tbb::task::spawn( *new(e->allocate_child()) tbb::empty_task ); in RunSchedulerInstanceOnUserThread()
640 tbb::empty_task &t1 = *new( r1.allocate_child() ) tbb::empty_task; in TestWaitDiscriminativenessWithoutStealing()
[all …]
H A Dtest_task_leaks.cpp92 tbb::task* t = new( c.allocate_child() ) tbb::empty_task; in execute()
101 tbb::task* t = new( c.allocate_child() ) TaskGenerator(my_child_count, my_depth-1); in execute()
134 tbb::task::spawn( *new( dummy_root->allocate_child() ) tbb::empty_task ); in RunTaskGenerators()
136 tbb::task::spawn( *new( dummy_root->allocate_child() ) ChangeProducer ); in RunTaskGenerators()
177 list.push_back( *new( allocate_child() ) tbb::empty_task ); in execute()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_cilk_common.h52 spawn (*new( allocate_child() ) FibCilkSubtask(x,n-1)); in execute()
53 spawn (*new( allocate_child() ) FibCilkSubtask(y,n-2)); in execute()
56 spawn (*new( allocate_child() ) FibTask(x,n-1)); in execute()
57 spawn (*new( allocate_child() ) FibTask(y,n-2)); in execute()
H A Dtest_task.cpp103 list.push_back( *new ( allocate_child() ) tbb::empty_task() ); in execute()
217 tbb::task::spawn( *new(t->allocate_child()) AffinityTask(i) ); in TestAffinity()
259 tbb::task::spawn( *new(t->allocate_child()) NoteAffinityTask(2) ); in TestNoteAffinityContext()
312 TRY_BAD_CONSTRUCTION( allocate_child() ); in execute()
517 p.spawn( *new(p.allocate_child()) tbb::empty_task ); in execute()
549 tbb::task &tS = *new( r.allocate_child() ) tbb::empty_task, in TestRelaxedOwnership()
550 &tD = *new( r.allocate_child() ) tbb::empty_task, in TestRelaxedOwnership()
551 &tE = *new( r.allocate_child() ) tbb::empty_task; in TestRelaxedOwnership()
570 tbb::task::spawn( *new(e->allocate_child()) tbb::empty_task ); in RunSchedulerInstanceOnUserThread()
640 tbb::empty_task &t1 = *new( r1.allocate_child() ) tbb::empty_task; in TestWaitDiscriminativenessWithoutStealing()
[all …]
H A Dtest_task_leaks.cpp92 tbb::task* t = new( c.allocate_child() ) tbb::empty_task; in execute()
101 tbb::task* t = new( c.allocate_child() ) TaskGenerator(my_child_count, my_depth-1); in execute()
134 tbb::task::spawn( *new( dummy_root->allocate_child() ) tbb::empty_task ); in RunTaskGenerators()
136 tbb::task::spawn( *new( dummy_root->allocate_child() ) ChangeProducer ); in RunTaskGenerators()
177 list.push_back( *new( allocate_child() ) tbb::empty_task ); in execute()
/dports/devel/taskflow/taskflow-3.2.0/sandbox/strassen/
H A Dtbb.cpp146 …*new(allocate_child()) StrassenTBB(M2, A11, B11, QuadrantSize, QuadrantSize, RowWidthA, RowWidthB,… in execute()
151 …*new(allocate_child()) StrassenTBB(M5, S1, S5, QuadrantSize, QuadrantSize, QuadrantSize, QuadrantS… in execute()
156 …*new(allocate_child()) StrassenTBB(T1sMULT, S2, S6, QuadrantSize, QuadrantSize, QuadrantSize, Qua… in execute()
161 …*new(allocate_child()) StrassenTBB(C22, S3, S7, QuadrantSize, RowWidthC /*FIXME*/, QuadrantSize, Q… in execute()
166 …*new(allocate_child()) StrassenTBB(C11, A12, B21, QuadrantSize, RowWidthC, RowWidthA, RowWidthB, D… in execute()
171 …*new(allocate_child()) StrassenTBB(C12, S4, B22, QuadrantSize, RowWidthC, QuadrantSize, RowWidthB,… in execute()
176 …*new(allocate_child()) StrassenTBB(C21, A22, S8, QuadrantSize, RowWidthC, RowWidthA, QuadrantSize,… in execute()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/matrix_free/
H A Dtask_info.cc165 worker[j] = new (root->allocate_child()) in execute()
174 new (worker[j]->allocate_child()) tbb::empty_task; in execute()
181 blocked_worker[j] = new (worker[j]->allocate_child()) in execute()
192 worker[evens] = new (worker[j]->allocate_child()) in execute()
371 worker[j] = new (root->allocate_child()) in loop()
380 worker[j] = new (worker_compr->allocate_child()) in loop()
384 new (worker[j]->allocate_child()) in loop()
443 new (worker_compr->allocate_child()) in loop()
471 new (worker[worker_index]->allocate_child()) in loop()
487 new (worker[worker_index]->allocate_child()) in loop()
[all …]
/dports/devel/tbb/oneTBB-2020.3/examples/task/tree_sum/
H A DSimpleParallelSumTree.cpp34 list.push_back( *new( allocate_child() ) SimpleSumTask(root->left,&x) ); in execute()
38 list.push_back( *new( allocate_child() ) SimpleSumTask(root->right,&y) ); in execute()
H A DOptimizedParallelSumTree.cpp38 a = new( allocate_child() ) OptimizedSumTask(root->left,&x); in execute()
40 b = new( allocate_child() ) OptimizedSumTask(root->right,&y); in execute()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/task/tree_sum/
H A DSimpleParallelSumTree.cpp34 list.push_back( *new( allocate_child() ) SimpleSumTask(root->left,&x) ); in execute()
38 list.push_back( *new( allocate_child() ) SimpleSumTask(root->right,&y) ); in execute()
H A DOptimizedParallelSumTree.cpp38 a = new( allocate_child() ) OptimizedSumTask(root->left,&x); in execute()
40 b = new( allocate_child() ) OptimizedSumTask(root->right,&y); in execute()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/tbb/internal/
H A DParallelSortTBB.cxx110 Task& lchild = *new (p.allocate_child()) Task(left); in RunChildTasks()
111 Task& rchild = *new (p.allocate_child()) Task(right); in RunChildTasks()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/tbb/internal/
H A DParallelSortTBB.cxx122 Task& lchild = *new (p.allocate_child()) Task(left); in RunChildTasks()
123 Task& rchild = *new (p.allocate_child()) Task(right); in RunChildTasks()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dparallel_invoke.h71 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
76 …internal::function_invoker<function3>* invoker3 = new (allocate_child()) internal::function_invoke… in execute()
111 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
129 …spawner_type & sub_root = *new(allocate_child()) spawner_type(std::forward<function1>(_func1), std… in add_children()
138 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
150 …wner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal::sp… in add_children()
157 …internal::spawner<3, function1, function2, function3>& sub_root = *new(allocate_child())internal::… in add_children()
166 …internal::function_invoker<F0>* invoker = new (allocate_child()) internal::function_invoker<F0>(f0… in run_and_finish()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dparallel_invoke.h69 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
74 …internal::function_invoker<function3>* invoker3 = new (allocate_child()) internal::function_invoke… in execute()
109 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
127 …spawner_type & sub_root = *new(allocate_child()) spawner_type(std::forward<function1>(_func1), std… in add_children()
136 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
148 …wner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal::sp… in add_children()
155 …internal::spawner<3, function1, function2, function3>& sub_root = *new(allocate_child())internal::… in add_children()
164 …internal::function_invoker<F0>* invoker = new (allocate_child()) internal::function_invoker<F0>(f0… in run_and_finish()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dparallel_invoke.h70 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
75 …internal::function_invoker<function3>* invoker3 = new (allocate_child()) internal::function_invoke… in execute()
110 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
128 …spawner_type & sub_root = *new(allocate_child()) spawner_type(std::forward<function1>(_func1), std… in add_children()
137 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
149 …wner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal::sp… in add_children()
156 …internal::spawner<3, function1, function2, function3>& sub_root = *new(allocate_child())internal::… in add_children()
165 …internal::function_invoker<F0>* invoker = new (allocate_child()) internal::function_invoker<F0>(f0… in run_and_finish()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dparallel_invoke.h71 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
76 …internal::function_invoker<function3>* invoker3 = new (allocate_child()) internal::function_invoke… in execute()
111 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
129 …spawner_type & sub_root = *new(allocate_child()) spawner_type(std::forward<function1>(_func1), std… in add_children()
138 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
150 …wner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal::sp… in add_children()
157 …internal::spawner<3, function1, function2, function3>& sub_root = *new(allocate_child())internal::… in add_children()
166 …internal::function_invoker<F0>* invoker = new (allocate_child()) internal::function_invoker<F0>(f0… in run_and_finish()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dparallel_invoke.h71 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
76 …internal::function_invoker<function3>* invoker3 = new (allocate_child()) internal::function_invoke… in execute()
111 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
129 …spawner_type & sub_root = *new(allocate_child()) spawner_type(std::forward<function1>(_func1), std… in add_children()
138 …internal::function_invoker<function>* invoker = new (allocate_child()) internal::function_invoker<… in add_children()
150 …wner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal::sp… in add_children()
157 …internal::spawner<3, function1, function2, function3>& sub_root = *new(allocate_child())internal::… in add_children()
166 …internal::function_invoker<F0>* invoker = new (allocate_child()) internal::function_invoker<F0>(f0… in run_and_finish()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/old/
H A Dtest_task_scheduler_observer_v3.cpp73 spawn(*new( allocate_child() ) FibTask(n-1,flags)); in execute()
74 spawn_and_wait_for_all(*new( allocate_child() ) FibTask(n-2,flags)); in execute()
/dports/devel/tbb/oneTBB-2020.3/src/old/
H A Dtest_task_scheduler_observer_v3.cpp73 spawn(*new( allocate_child() ) FibTask(n-1,flags)); in execute()
74 spawn_and_wait_for_all(*new( allocate_child() ) FibTask(n-2,flags)); in execute()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/old/
H A Dtest_task_scheduler_observer_v3.cpp73 spawn(*new( allocate_child() ) FibTask(n-1,flags)); in execute()
74 spawn_and_wait_for_all(*new( allocate_child() ) FibTask(n-2,flags)); in execute()

12345678