![]() |
Reference documentation for deal.II version 8.1.0
|
#include <thread_management.h>
Public Member Functions | |
TaskEntryPoint (TaskDescriptor< RT > &task_descriptor) | |
virtual tbb::task * | execute () |
Public Attributes | |
TaskDescriptor< RT > & | task_descriptor |
The task class for TBB that is used by the TaskDescriptor class.
Definition at line 3968 of file thread_management.h.
TaskDescriptor<RT>& Threads::internal::TaskEntryPoint< RT >::task_descriptor |
A reference to the descriptor object of this task.
Definition at line 3999 of file thread_management.h.