
NAME
atomic_dec - decrement atomic variable
SYNOPSIS
void atomic_dec (atomic_t * v);
ARGUMENTS
v pointer of type atomic_t
DESCRIPTION
Atomically decrements v by 1.

atomic_dec - decrement atomic variable
void atomic_dec (atomic_t * v);
v pointer of type atomic_t
Atomically decrements v by 1.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.