Function core::arch::aarch64::__tcommit [−][src]
pub unsafe fn __tcommit()This is supported on (non-crate feature
miri-test-libstd or test or doctest) and AArch64 and target feature tme only.Expand description
Commits the current transaction. For a nested transaction, the only effect is that the transactional nesting depth is decreased. For an outer transaction, the state modifications performed transactionally are committed to the architectural state.