atomic_set(9)
NAME
atomic_set - set atomic variable
SYNOPSIS
atomic_set(v, i);
ARGUMENTS
- v
- pointer of type atomic_t
- i
- required value
DESCRIPTION
Atomically sets the value of v to i.
atomic_set - set atomic variable
atomic_set(v, i);
Atomically sets the value of v to i.