atomic_dec

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/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.