Function core::arch::arm::__strexb [−][src]
pub unsafe fn __strexb(value: u32, addr: *mut u8) -> u32This is supported on ARM and (target feature
v6k or doc) only.Expand description
Executes an exclusive STR instruction for 8 bit values
Returns 0 if the operation succeeded, or 1 if it failed