Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Smart holder for the empty task class with automatic destruction. More...
#include <scheduler_utility.h>
Public Member Functions | |
auto_empty_task (__TBB_CONTEXT_ARG(generic_scheduler *s, task_group_context *context)) | |
~auto_empty_task () | |
operator task & () | |
task * | operator & () |
task_prefix & | prefix () |
Private Attributes | |
task * | my_task |
generic_scheduler * | my_scheduler |
Smart holder for the empty task class with automatic destruction.
Definition at line 30 of file scheduler_utility.h.
|
inline |
Definition at line 34 of file scheduler_utility.h.
|
inline |
Definition at line 39 of file scheduler_utility.h.
References tbb::internal::generic_scheduler::free_task(), my_scheduler, and tbb::internal::small_local_task.
|
inline |
|
inline |
|
inline |
Definition at line 43 of file scheduler_utility.h.
References my_task, and tbb::task::prefix().
Referenced by tbb::internal::generic_scheduler::local_spawn_root_and_wait().
|
private |
Definition at line 32 of file scheduler_utility.h.
Referenced by ~auto_empty_task().
|
private |
Definition at line 31 of file scheduler_utility.h.
Referenced by operator &(), operator task &(), and prefix().