atomic_add_return — add and return
int atomic_add_return (int i, atomic_t * v);
int atomic_add_return (
)
i
integer value to add
v
pointer of type atomic_t
Atomically adds i to v and returns i + v