atomic_inc

Name

atomic_inc --  increment atomic variable

Synopsis

void atomic_inc (atomic_t * v);

Arguments

v

pointer of type atomic_t

Description

Atomically increments v by 1. Note that the guaranteed useful range of an atomic_t is only 24 bits.