[][src]Function ittapi_rs::__itt_task_group

pub unsafe extern "C" fn __itt_task_group(
    domain: *const __itt_domain,
    id: __itt_id,
    parentid: __itt_id,
    name: *mut __itt_string_handle
)

@defgroup taskgroup Task Group @ingroup public Task Group @{ @ingroup task_groups @brief Denotes a task_group instance. Successive calls to __itt_task_group with the same ID are ignored. @param[in] domain The domain for this task_group instance @param[in] id The instance ID for this task_group instance. Must not be __itt_null. @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null. @param[in] name The name of this task_group