atomic_add

Autres langues

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.