SYNOPSIS void atomic_dec(atomic_t * v); ARGUMENTS v pointer of type atomic_t DESCRIPTION Atomically decrements v by 1. COPYRIGHT