|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Functions | |
| void ITTAPI | __itt_task_group (const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name) |
| Denotes a task_group instance. Successive calls to __itt_task_group with the same ID are ignored. More... | |
Task Group
| void ITTAPI __itt_task_group | ( | const __itt_domain * | domain, |
| __itt_id | id, | ||
| __itt_id | parentid, | ||
| __itt_string_handle * | name | ||
| ) |
Denotes a task_group instance. Successive calls to __itt_task_group with the same ID are ignored.
| [in] | domain | The domain for this task_group instance |
| [in] | id | The instance ID for this task_group instance. Must not be __itt_null. |
| [in] | parentid | The instance ID for the parent of this task_group instance, or __itt_null. |
| [in] | name | The name of this task_group |