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 1151 of file task.h.
References tbb::internal::allocate_root_proxy::free(), and task.
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
◆ operator delete() [2/5]
Definition at line 1160 of file task.h.
References p, and task.
1161 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
◆ operator delete() [3/5]
Definition at line 1169 of file task.h.
References p, and task.
1170 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
◆ operator delete() [4/5]
Definition at line 1177 of file task.h.
References p, and task.
1178 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
◆ operator delete() [5/5]
Definition at line 1185 of file task.h.
References p, and task.
1186 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
◆ operator new() [1/5]
◆ operator new() [2/5]
Definition at line 1156 of file task.h.
References p.
1157 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
◆ operator new() [3/5]
Definition at line 1165 of file task.h.
References p.
1166 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
◆ operator new() [4/5]
Definition at line 1173 of file task.h.
References p.
1174 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p
◆ operator new() [5/5]
Definition at line 1181 of file task.h.
References p.
1182 return &
p.allocate(bytes);
void const char const char int ITT_FORMAT __itt_group_sync p