Lines Matching refs:test_context
97 tbb::task_group_context test_context; in test_cancellation_on_exception() local
106 tbb::detail::d1::execute_and_wait(task, test_context, wait, test_context); in test_cancellation_on_exception()
111 test_context.reset(); in test_cancellation_on_exception()
143 tbb::task_group_context test_context; variable
148 tbb::detail::d1::execute_and_wait(test_task, test_context, wait, test_context);
177 tbb::detail::d1::task_group_context test_context; variable
185 tbb::detail::d1::spawn(vector_test_task[j], test_context);
187 tbb::detail::d1::wait(wait, test_context);
220 tbb::detail::d1::task_group_context test_context; variable
230 tbb::detail::d1::spawn(vector_test_task[j], test_context);
237 tbb::detail::d1::wait(wait, test_context);
265 tbb::detail::d1::task_group_context test_context; variable
269 auto thread_func = [&vector_test_task, &test_context] ( std::size_t idx ) { in __anon509d20bd0802()
270 tbb::detail::d1::spawn(vector_test_task[idx], test_context); in __anon509d20bd0802()
287 …:detail::d1::execute_and_wait(vector_test_task[threads_num - 1], test_context, wait, test_context);
331 tbb::task_group_context test_context; variable
335 SpawningTaskBody task_body{task_pool, test_context};
341 tbb::detail::d1::execute_and_wait(first_task, test_context, wait, test_context);
383 tbb::task_group_context test_context; variable
389 …[&suspend_flag, &test_context, &suspend_count, &resume_count] (const tbb::blocked_range<std::size_… in __anon509d20bd0b02()
399 tbb::this_task_arena::isolate([&wait, &test_context, &test_task] { in __anon509d20bd0b02()
401 … tbb::task::suspend([&wait, &test_context, &test_task, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd0b02()
404 tbb::detail::d1::spawn(test_task[0], test_context); in __anon509d20bd0b02()
408 tbb::detail::d1::wait(wait, test_context); in __anon509d20bd0b02()
469 tbb::task_group_context test_context; variable
486 tbb::detail::d1::spawn(test_task_pool[ticket], test_context);
501 tbb::detail::d1::execute_and_wait(suspend_task, test_context, wait, test_context);
510 tbb::task_group_context test_context; variable
542 submit(test_tasks[i], test_arena, test_context, true);
557 submit(suspend_task, test_arena, test_context, true);
559 test_arena.execute([&wait, &test_tasks, &test_arena, &test_context, &resumed, task_number] { in __anon509d20bd1302()
560 …tbb::this_task_arena::isolate([&wait, &test_tasks, &test_arena, &test_context, &resumed, task_numb… in __anon509d20bd1302()
564 … [&test_tasks, &test_arena, &test_context] (tbb::blocked_range<std::size_t>& range) { in __anon509d20bd1302()
566 submit(test_tasks[i], test_arena, test_context, true); in __anon509d20bd1302()
574 test_arena.execute([&wait, &test_context] { in __anon509d20bd1602()
575 tbb::detail::d1::wait(wait, test_context); in __anon509d20bd1602()
583 tbb::task_group_context test_context; variable
605 …test_arena.execute([&test_tasks, &task_body, &wait, &test_context, &test_arena, iter_counter, task… in __anon509d20bd1902()
613 tbb::detail::d1::spawn(test_tasks[j], test_context); in __anon509d20bd1902()
617 submit(test_tasks[j], test_arena, test_context, true); in __anon509d20bd1902()
620 tbb::detail::d1::wait(wait, test_context); in __anon509d20bd1902()
668 tbb::task_group_context test_context; variable
710 test_arena.execute([&test_tasks, &wait, &test_context, task_number] { in __anon509d20bd1f02()
712 tbb::detail::d1::spawn(test_tasks[j], test_context); in __anon509d20bd1f02()
715 tbb::detail::d1::wait(wait, test_context); in __anon509d20bd1f02()
762 tbb::task_group_context test_context; variable
779 submit(critical_task, test_arena, test_context, true); in __anon509d20bd2102()
784 resubmitting_task worker_task(test_arena, test_context);
791 submit(worker_task, test_arena, test_context, true); in __anon509d20bd2302()
803 submit(critical_task, test_arena, test_context, true);
807 tbb::detail::d1::wait(wait, test_context);