[][src]Function ittapi_rs::__itt_id_destroy_ex

pub unsafe extern "C" fn __itt_id_destroy_ex(
    domain: *const __itt_domain,
    clock_domain: *mut __itt_clock_domain,
    timestamp: c_ulonglong,
    id: __itt_id
)

@ingroup clockdomain @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] clock_domain The clock domain controlling the execution of this call. @param[in] timestamp The user defined timestamp. @param[in] id The ID to destroy.