table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATOMIC_INC_AND_TEST(9) | Driver Basics | ATOMIC_INC_AND_TEST(9) |
NAME¶
atomic_inc_and_test - increment and testSYNOPSIS¶
int
atomic_inc_and_test(atomic_t * v);
ARGUMENTS¶
vpointer of type atomic_t
DESCRIPTION¶
Atomically increments v by 1 and returns true if the result is zero, or false for all other cases.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |