The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
Atomically adds i to v and returns true if the result is negative, or false when result is greater than or equal to zero. Note that the guaranteed useful range of an atomic_t is only 24 bits.
<<< Previous | Home | Next >>> |
atomic_inc_and_test | Up | get_unaligned |