[−][src]Constant core::arch::x86::_XABORT_EXPLICIT
pub const _XABORT_EXPLICIT: u32 = 1 << 0; // 0_x00_000_001u32
This is supported on x86 only.
Transaction explicitly aborted with xabort. The parameter passed to xabort is available with
_xabort_code(status)
.