Constant _XABORT_EXPLICIT
pub const _XABORT_EXPLICIT: u32 = 1u32;
Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
_xabort_code(status).
_XABORT_EXPLICITpub const _XABORT_EXPLICIT: u32 = 1u32;
Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
_xabort_code(status).