atomic_set

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

atomic_set - set atomic variable

SYNOPSIS

void atomic_set(atomic_t * v, int i);

ARGUMENTS

v

pointer of type atomic_t

i

required value

DESCRIPTION

Atomically sets the value of v to i.