atomic_and

Function atomic_and 

Source
pub fn atomic_and(addr: &mut i32, val: i32) -> i32
Expand description

Atomic AND. Transpiles to: atomicAnd(addr, val)