
NAME
atomic_add - add integer to atomic variable
SYNOPSIS
void atomic_add (int i, atomic_t * v);
ARGUMENTS
i integer value to add
v pointer of type atomic_t
DESCRIPTION
Atomically adds i to v.

atomic_add - add integer to atomic variable
void atomic_add (int i, atomic_t * v);
i integer value to add
v pointer of type atomic_t
Atomically adds i to v.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.