#include <task_group.h>
Definition at line 192 of file task_group.h.
◆ task_group()
tbb::task_group::task_group |
( |
| ) |
|
|
inline |
Definition at line 194 of file task_group.h.
task_group_base(uintptr_t traits=0)
◆ run() [1/2]
template<typename F >
void tbb::internal::task_group_base::run |
( |
typename F |
| ) |
|
|
inline |
Definition at line 162 of file task_group.h.
163 task::spawn( *
prepare_task< internal::task_handle_task<F> >(
h) );
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task __itt_model_task_instance ITT_FORMAT p void ITT_FORMAT p void ITT_FORMAT p void size_t ITT_FORMAT d void ITT_FORMAT p const wchar_t ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s no args void ITT_FORMAT p size_t ITT_FORMAT d no args const wchar_t const wchar_t ITT_FORMAT s __itt_heap_function h
task * prepare_task(__TBB_FORWARDING_REF(F) f)
◆ run() [2/2]
template<typename F >
void tbb::task_group::run |
( |
F && |
f | ) |
|
|
inline |
◆ run_and_wait() [1/2]
Definition at line 218 of file task_group.h.
219 return internal_run_and_wait<const F>( f );
◆ run_and_wait() [2/2]
Definition at line 224 of file task_group.h.
226 return internal_run_and_wait< task_handle<F> >(
h );
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task __itt_model_task_instance ITT_FORMAT p void ITT_FORMAT p void ITT_FORMAT p void size_t ITT_FORMAT d void ITT_FORMAT p const wchar_t ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s const char ITT_FORMAT s no args void ITT_FORMAT p size_t ITT_FORMAT d no args const wchar_t const wchar_t ITT_FORMAT s __itt_heap_function h
References h.
The documentation for this class was generated from the following file: