Function core::arch::x86_64::_xabort

source ·
pub unsafe fn _xabort(const IMM8: u32)
🔬This is a nightly-only experimental API. (stdarch_x86_rtm #111138)
Available on (x86 or x86-64) and target feature rtm and x86-64 only.
Expand description

Forces a restricted transactional memory (RTM) region to abort.

Intel’s documentation.