[][src]Function ittapi_rs::__itt_relation_add_to_current

pub unsafe extern "C" fn __itt_relation_add_to_current(
    domain: *const __itt_domain,
    relation: __itt_relation,
    tail: __itt_id
)

@ingroup relations @brief Add a relation to the current task instance. The current task instance is the head of the relation. @param[in] domain The domain controlling this call @param[in] relation The kind of relation @param[in] tail The ID for the tail of the relation