|
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 () |
Public Member Functions inherited from tbb::internal::task_group_base | |
| 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 | |
Protected Member Functions inherited from tbb::internal::task_group_base | |
| template<typename F > | |
| task_group_status | internal_run_and_wait (F &f) |
| template<typename Task , typename F > | |
| task * | prepare_task (__TBB_FORWARDING_REF(F) f) |
Protected Attributes inherited from tbb::internal::task_group_base | |
| empty_task * | my_root |
| task_group_context | my_context |
Definition at line 230 of file task_group.h.
|
inline |
Definition at line 234 of file task_group.h.
References h.
|
inline |
Definition at line 239 of file task_group.h.
References tbb::internal::task_group_base::wait().