Go to the source code of this file.
|
void | tbb::internal::make_critical (task &t) |
|
bool | tbb::internal::is_critical (task &t) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_root_proxy &) |
|
void | operator delete (void *task, const tbb::internal::allocate_root_proxy &) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_root_with_context_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_root_with_context_proxy &p) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_continuation_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_continuation_proxy &p) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_child_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_child_proxy &p) |
|
void * | operator new (size_t bytes, const tbb::internal::allocate_additional_child_of_proxy &p) |
|
void | operator delete (void *task, const tbb::internal::allocate_additional_child_of_proxy &p) |
|
◆ __TBB_TASK_BASE_ACCESS
#define __TBB_TASK_BASE_ACCESS private |
◆ __TBB_task_H
◆ __TBB_task_H_include_area
#define __TBB_task_H_include_area |
◆ __itt_caller
◆ operator delete() [1/5]
Definition at line 1148 of file task.h.
static void __TBB_EXPORTED_FUNC free(task &)
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 * task
References tbb::internal::allocate_root_proxy::free(), and task.
◆ operator delete() [2/5]
Definition at line 1157 of file task.h.
1158 p.free( *static_cast<tbb::task*>(
task) );
void const char const char int ITT_FORMAT __itt_group_sync p
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 * task
References p, and task.
◆ operator delete() [3/5]
Definition at line 1166 of file task.h.
1167 p.free( *static_cast<tbb::task*>(
task) );
void const char const char int ITT_FORMAT __itt_group_sync p
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 * task
References p, and task.
◆ operator delete() [4/5]
Definition at line 1174 of file task.h.
1175 p.free( *static_cast<tbb::task*>(
task) );
void const char const char int ITT_FORMAT __itt_group_sync p
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 * task
References p, and task.
◆ operator delete() [5/5]
Definition at line 1182 of file task.h.
1183 p.free( *static_cast<tbb::task*>(
task) );
void const char const char int ITT_FORMAT __itt_group_sync p
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 * task
References p, and task.
◆ operator new() [1/5]
◆ operator new() [2/5]
Definition at line 1153 of file task.h.
1154 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
References p.
◆ operator new() [3/5]
Definition at line 1162 of file task.h.
1163 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
References p.
◆ operator new() [4/5]
Definition at line 1170 of file task.h.
1171 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
References p.
◆ operator new() [5/5]
Definition at line 1178 of file task.h.
1179 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
References p.