[][src]Function ittapi_rs::__itt_id_destroy

pub unsafe extern "C" fn __itt_id_destroy(
    domain: *const __itt_domain,
    id: __itt_id
)

@ingroup ids @brief Destroy an instance of identifier. This ends the lifetime of the current instance of the given ID value in the trace. Any relationships that are established after this lifetime ends are invalid. This call must be performed before the given ID value can be reused for a different named entity instance. @param[in] domain The domain controlling the execution of this call. @param[in] id The ID to destroy.