Function core::arch::aarch64::__ttest [−][src]
pub unsafe fn __ttest() -> u64
This is supported on AArch64 and target feature
tme
only.Expand description
测试是否在事务内执行。 如果当前没有事务在执行,则返回值为 0。 否则,此内联函数将返回事务的深度。 ARM TME Intrinsics.