atomic_inc — increment atomic variable
void atomic_inc (atomic_t * v);
void atomic_inc (
)
v
pointer of type atomic_t
Atomically increments v by 1.