Function __strexh
Source pub unsafe extern "C" fn __strexh(addr: *mut u16_, val: u16_) -> bool
Expand description
Performs a strexh operation.
§Arguments
addr - Address to perform the operation on.
val - Value to store.
§Returns
Whether the operation was successful.