Home
last modified time | relevance | path

Searched refs:execute_and_wait (Results 1 – 15 of 15) sorted by relevance

/oneTBB/src/tbb/
H A Dtask_dispatcher.cpp119 void __TBB_EXPORTED_FUNC execute_and_wait(d1::task& t, d1::task_group_context& t_ctx, d1::wait_cont… in execute_and_wait() function
121 task_dispatcher::execute_and_wait(&t, wait_ctx, w_ctx); in execute_and_wait()
126 task_dispatcher::execute_and_wait(nullptr, wait_ctx, w_ctx); in wait()
153 void task_dispatcher::execute_and_wait(d1::task* t, d1::wait_context& wait_ctx, d1::task_group_cont… in execute_and_wait() function in tbb::detail::r1::task_dispatcher
H A Dparallel_pipeline.cpp455 r1::execute_and_wait(st, cxt, pipe.wait_ctx, cxt); in parallel_pipeline()
H A Dscheduler_common.h534 …static void execute_and_wait(d1::task* t, d1::wait_context& wait_ctx, d1::task_group_context& w_ct… in alignas()
/oneTBB/include/oneapi/tbb/detail/
H A D_task.h52 TBB_EXPORT void __TBB_EXPORTED_FUNC execute_and_wait(d1::task& t, d1::task_group_context& t_ctx, d1…
190 inline void execute_and_wait(task& t, task_group_context& t_ctx, wait_context& wait_ctx, task_group… in execute_and_wait() function
191 r1::execute_and_wait(t, t_ctx, wait_ctx, w_ctx); in execute_and_wait()
/oneTBB/include/oneapi/tbb/
H A Dparallel_invoke.h142 execute_and_wait(invoker1, context, root_wait_ctx, context); in invoke_recursive_separation()
153 execute_and_wait(invoker2, context, root_wait_ctx, context); in invoke_recursive_separation()
167 execute_and_wait(invoker3, context, root_wait_ctx, context); in invoke_recursive_separation()
H A Dcollaborative_call_once.h111 execute_and_wait(t, context, m_storage.m_wait_context, context); in alignas()
H A Dparallel_for_each.h289 execute_and_wait(*task_pool.begin(), my_execution_context,
354 execute_and_wait(*task_pool.begin(), my_execution_context,
631 execute_and_wait(root_task, context, w_context, context);
H A Dtask_group.h504 execute_and_wait(t, context(), m_wait_ctx, context()); in internal_run_and_wait()
521 execute_and_wait(*acs::release(h), context(), m_wait_ctx, context()); in internal_run_and_wait()
H A Dparallel_scan.h439 execute_and_wait(pass1, context, w_ctx, context); in run()
443 execute_and_wait(*root, context, w_ctx, context); in run()
H A Dparallel_reduce.h143 execute_and_wait(*reduce_task, context, wn.m_wait, context); in run()
288 execute_and_wait(*deterministic_reduce_task, context, wn.m_wait, context); in run()
H A Dparallel_for.h112 execute_and_wait(for_task, context, wn.m_wait, context); in run()
/oneTBB/test/tbb/
H A Dtest_task.cpp106 tbb::detail::d1::execute_and_wait(task, test_context, wait, test_context); in test_cancellation_on_exception()
148 tbb::detail::d1::execute_and_wait(test_task, test_context, wait, test_context);
287 …tbb::detail::d1::execute_and_wait(vector_test_task[threads_num - 1], test_context, wait, test_cont…
341 tbb::detail::d1::execute_and_wait(first_task, test_context, wait, test_context);
501 tbb::detail::d1::execute_and_wait(suspend_task, test_context, wait, test_context);
H A Dtest_task_arena.cpp971 tbb::detail::d1::execute_and_wait(root, ctx, waiter, ctx); in operator ()()
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def78 ?execute_and_wait@r1@detail@tbb@@YAXAEAVtask@d1@23@AEAVtask_group_context@523@AEAVwait_context@523@…
H A Dwin32-tbb.def78 ?execute_and_wait@r1@detail@tbb@@YAXAAVtask@d1@23@AAVtask_group_context@523@AAVwait_context@523@1@Z