Function core::arch::arm::__strex [−][src]
pub unsafe fn __strex(value: u32, addr: *mut u32) -> u32This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM and (target feature v6 and non-target feature mclass, or target features v7 and mclass, or doc) only.Expand description
Executes an exclusive STR instruction for 32 bit values
Returns 0 if the operation succeeded, or 1 if it failed