Skip to main content

atomic_exchange_u32

Function atomic_exchange_u32 

Source
pub fn atomic_exchange_u32(ptr: &mut u32, value: u32) -> u32
Expand description

Atomically exchanges *ptr with value and returns the old value.