Atomically adds val to the integer pointed to by atomic. Also acts as a memory barrier. Since 2.4
a pointer to an integer
the value to add to *atomic
See Implementation
Atomically adds val to the integer pointed to by atomic. Also acts as a memory barrier. Since 2.4