Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <task_group.h>
Public Member Functions | |
template<typename F > | |
task_group_status | run_and_wait (task_handle< F > &h) |
task_group_status | wait () |
![]() | |
task_group_base (uintptr_t traits=0) | |
~task_group_base () __TBB_NOEXCEPT(false) | |
template<typename F > | |
void | run (task_handle< F > &h) |
task_group_status | wait () |
bool | is_canceling () |
void | cancel () |
Additional Inherited Members | |
![]() | |
task & | owner () |
template<typename F > | |
task_group_status | internal_run_and_wait (F &f) |
template<typename Task , typename F > | |
void | internal_run (__TBB_FORWARDING_REF(F) f) |
![]() | |
empty_task * | my_root |
task_group_context | my_context |
Definition at line 220 of file task_group.h.
|
inline |
Definition at line 224 of file task_group.h.
References h.
|
inline |
Definition at line 229 of file task_group.h.
References tbb::internal::task_group_base::my_root, tbb::task::set_ref_count(), and tbb::internal::task_group_base::wait().