table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATOMIC_SUB(9) | Driver Basics | ATOMIC_SUB(9) |
NAME¶
atomic_sub - subtract integer from atomic variableSYNOPSIS¶
void
atomic_sub(int i,
atomic_t * v);
ARGUMENTS¶
iinteger value to subtract
v
pointer of type atomic_t
DESCRIPTION¶
Atomically subtracts i from v.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |