Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dtask_group.h73 enum task_group_status { enum
108 task_group_status internal_run_and_wait( F& f ) { in internal_run_and_wait()
166 task_group_status wait() { in wait()
218 task_group_status run_and_wait( const F& f ) { in run_and_wait()
239 task_group_status wait() { in wait()
266 task_group_status& status;
308 task_group_status run_and_wait( const F& f ) { in run_and_wait()
309 task_group_status result = not_complete; in run_and_wait()
325 task_group_status result = not_complete; in run_and_wait()
332 task_group_status wait() { in wait()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dtask_group.h73 enum task_group_status { enum
108 task_group_status internal_run_and_wait( F& f ) { in internal_run_and_wait()
166 task_group_status wait() { in wait()
218 task_group_status run_and_wait( const F& f ) { in run_and_wait()
239 task_group_status wait() { in wait()
266 task_group_status& status;
308 task_group_status run_and_wait( const F& f ) { in run_and_wait()
309 task_group_status result = not_complete; in run_and_wait()
325 task_group_status result = not_complete; in run_and_wait()
332 task_group_status wait() { in wait()
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dtask_group.h73 enum task_group_status { enum
108 task_group_status internal_run_and_wait( F& f ) { in internal_run_and_wait()
166 task_group_status wait() { in wait()
218 task_group_status run_and_wait( const F& f ) { in run_and_wait()
239 task_group_status wait() { in wait()
266 task_group_status& status;
308 task_group_status run_and_wait( const F& f ) { in run_and_wait()
309 task_group_status result = not_complete; in run_and_wait()
325 task_group_status result = not_complete; in run_and_wait()
332 task_group_status wait() { in wait()
[all …]
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtask_group.h61 enum task_group_status { enum
88 task_group_status internal_run_and_wait( F& f ) { in internal_run_and_wait()
138 task_group_status wait() { in wait()
182 task_group_status run_and_wait( const F& f ) { in run_and_wait()
187 task_group_status run_and_wait( task_handle<F>& h ) { in run_and_wait()
196 task_group_status run_and_wait ( task_handle<F>& h ) { in run_and_wait()
201 task_group_status wait() { in wait()
202 task_group_status res = task_group_base::wait(); in wait()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dtask_group.h65 enum task_group_status { enum
92 task_group_status internal_run_and_wait( F& f ) { in internal_run_and_wait()
142 task_group_status wait() { in wait()
194 task_group_status run_and_wait( const F& f ) { in run_and_wait()
200 task_group_status run_and_wait( task_handle<F>& h ) { in run_and_wait()
210 task_group_status run_and_wait ( task_handle<F>& h ) { in run_and_wait()
215 task_group_status wait() { in wait()
216 task_group_status res = task_group_base::wait(); in wait()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dtask_group.h436 enum task_group_status { enum
513 task_group_status internal_run_and_wait(const F& f) { in internal_run_and_wait()
580 task_group_status wait() { in wait()
632 task_group_status run_and_wait(const F& f) { in run_and_wait()
658 task_group_status& status;
660 wait_delegate(task_group& a_group, task_group_status& tgs) in wait_delegate()
710 task_group_status run_and_wait( const F& f ) { in run_and_wait()
711 task_group_status result = not_complete; in run_and_wait()
718 task_group_status wait() { in wait()
719 task_group_status result = not_complete; in wait()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_task_group.cpp472 tbb::task_group_status status = tbb::not_complete; in LaunchChildrenWithFunctor()
515 tbb::task_group_status status = tg.wait(); in TestManualCancellationWithFunctor()
1082 tbb::task_group_status outer_status = tbb::task_group_status::not_complete; in run_cancellation_use_case()
1085 outer_status == tbb::task_group_status::canceled, in run_cancellation_use_case()
1089 tbb::task_group_status inner_status = inner_tg.wait(); in run_cancellation_use_case()
1091 inner_status == tbb::task_group_status::complete, in run_cancellation_use_case()
1120 return tbb::task_group_status::complete; in test()
1122 return tbb::task_group_status::canceled; in test()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/compat/
H A Dppl.h37 using tbb::task_group_status;
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/compat/
H A Dppl.h37 using tbb::task_group_status;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/compat/
H A Dppl.h47 using tbb::task_group_status;
/dports/devel/tbb/oneTBB-2020.3/include/tbb/compat/
H A Dppl.h47 using tbb::task_group_status;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/compat/
H A Dppl.h47 using tbb::task_group_status;
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/pplx/
H A Dpplxinterface.h107 enum task_group_status enum
H A Dpplxtasks.h185 typedef task_group_status task_status;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_task_group.cpp629 Concurrency::task_group_status status = Concurrency::not_complete; in LaunchChildrenWithFunctor()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_task_group.cpp629 Concurrency::task_group_status status = Concurrency::not_complete; in LaunchChildrenWithFunctor()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_task_group.cpp629 Concurrency::task_group_status status = Concurrency::not_complete; in LaunchChildrenWithFunctor()