Function core::arch::aarch64::__tstart [−][src]
pub unsafe fn __tstart() -> u64This is supported on (non-crate feature
miri-test-libstd or test or doctest) and AArch64 and target feature tme only.Expand description
Starts a new transaction. When the transaction starts successfully the return value is 0. If the transaction fails, all state modifications are discarded and a cause of the failure is encoded in the return value.