atomic_dec

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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.