atomic_sub

Langue: en

Autres versions - même langue

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

Section: 9 (Appels noyau Linux)

NAME

atomic_sub - subtract integer from atomic variable

SYNOPSIS

void atomic_sub(int i, atomic_t * v);

ARGUMENTS

i

integer value to subtract

v

pointer of type atomic_t

DESCRIPTION

Atomically subtracts i from v.