Skip to main content

atomic_or_u32

Function atomic_or_u32 

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

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