[][src]Function ittapi_rs::__itt_relation_add

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

@ingroup relations @brief Add a relation between two instance identifiers. @param[in] domain The domain controlling this call @param[in] head The ID for the head of the relation @param[in] relation The kind of relation @param[in] tail The ID for the tail of the relation