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.