[][src]Function ittapi_rs::__itt_relation_add_ex

pub unsafe extern "C" fn __itt_relation_add_ex(
    domain: *const __itt_domain,
    clock_domain: *mut __itt_clock_domain,
    timestamp: c_ulonglong,
    head: __itt_id,
    relation: __itt_relation,
    tail: __itt_id
)

@ingroup clockdomain @brief Add a relation between two instance identifiers. @param[in] domain The domain controlling this call @param[in] clock_domain The clock domain controlling the execution of this call. @param[in] timestamp The user defined timestamp. @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