Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <task.h>
Public Member Functions | |
allocate_additional_child_of_proxy (task &parent_) | |
task &__TBB_EXPORTED_METHOD | allocate (size_t size) const |
void __TBB_EXPORTED_METHOD | free (task &) const |
Private Attributes | |
task * | self |
No longer used, but retained for binary layout compatibility. Always NULL. More... | |
task & | parent |
|
inlineexplicit |
Definition at line 48 of file task.h.
References __TBB_EXPORTED_METHOD, allocate(), free(), size, and tbb::internal::suppress_unused_warning().
task & tbb::internal::allocate_additional_child_of_proxy::allocate | ( | size_t | size | ) | const |
Definition at line 128 of file task.cpp.
References __TBB_CONTEXT_ARG, tbb::internal::generic_scheduler::allocate_task(), tbb::internal::governor::local_scheduler_weak(), parent, and s.
Referenced by allocate_additional_child_of_proxy(), and tbb::internal::allocate_root_with_context_proxy::allocate_root_with_context_proxy().
Definition at line 134 of file task.cpp.
References tbb::internal::generic_scheduler::free_task(), tbb::internal::governor::local_scheduler_weak(), tbb::internal::local_task, parent, and task.
Referenced by allocate_additional_child_of_proxy(), and tbb::internal::allocate_root_with_context_proxy::allocate_root_with_context_proxy().
|
private |
|
private |