atomic_add

Function atomic_add 

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

Atomic add. Transpiles to: atomicAdd(addr, val) WARNING: CPU fallback is NOT thread-safe!