1. NAME▲
atomic_sub - subtract integer from atomic variable
2. SYNOPSIS ▲
void atomic_sub(int i , atomic_t * v );
3. ARGUMENTS ▲
i
integer value to subtract
v
pointer of type atomic_t
4. DESCRIPTION ▲
Atomically subtracts i from v.
5. COPYRIGHT ▲