Home
last modified time | relevance | path

Searched refs:task_group_status (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_task_group.cpp229 tbb::task_group_status outer_status = tbb::task_group_status::not_complete; in run_cancellation_use_case()
232 outer_status == tbb::task_group_status::canceled, in run_cancellation_use_case()
236 tbb::task_group_status inner_status = inner_tg.wait(); in run_cancellation_use_case()
238 inner_status == tbb::task_group_status::complete, in run_cancellation_use_case()
267 return tbb::task_group_status::complete; in test()
269 return tbb::task_group_status::canceled; in test()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h422 enum task_group_status { enum
499 task_group_status internal_run_and_wait(const F& f) { in internal_run_and_wait()
579 task_group_status wait() { in wait()
622 task_group_status run_and_wait(const F& f) { in run_and_wait()
626 task_group_status run_and_wait(d2::task_handle&& h) { in run_and_wait()
652 task_group_status& status;
696 task_group_status run_and_wait( const F& f ) { in run_and_wait()
697 task_group_status result = not_complete; in run_and_wait()
704 task_group_status wait() { in wait()
705 task_group_status result = not_complete; in wait()
[all …]
/oneTBB/doc/main/reference/
H A Dtask_group_extensions.rst46 task_group_status run_and_wait(const F& f);
68 .. cpp:function:: template<typename F> task_group_status run_and_wait(const F& f)
88 * `oneapi::tbb::task_group_status specification <https://spec.oneapi.com/versions/latest/elements/o…
/oneTBB/test/tbb/
H A Dtest_task_group.cpp462 tbb::task_group_status status = tbb::not_complete; in LaunchChildrenWithFunctor()
503 tbb::task_group_status status = tg.wait(); in TestManualCancellationWithFunctor()
1074 tbb::task_group_status outer_status = tbb::task_group_status::not_complete; in run_cancellation_use_case()
1077 outer_status == tbb::task_group_status::canceled, in run_cancellation_use_case()
1081 tbb::task_group_status inner_status = inner_tg.wait(); in run_cancellation_use_case()
1083 inner_status == tbb::task_group_status::complete, in run_cancellation_use_case()
1112 return tbb::task_group_status::complete; in test()
1114 return tbb::task_group_status::canceled; in test()