Searched refs:t_ctx (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _task.h | 52 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() argument 191 r1::execute_and_wait(t, t_ctx, wait_ctx, w_ctx); in execute_and_wait()
|
| /oneTBB/src/tbb/ |
| H A D | task_dispatcher.cpp | 119 void __TBB_EXPORTED_FUNC execute_and_wait(d1::task& t, d1::task_group_context& t_ctx, d1::wait_cont… in execute_and_wait() argument 120 task_accessor::context(t) = &t_ctx; in execute_and_wait()
|