centos man page for atomic_set

Query: atomic_set

OS: centos

Section: 9

Links: centos man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ATOMIC_SET(9)							   Driver Basics						     ATOMIC_SET(9)

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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ATOMIC_SET(9)
Related Man Pages
trace_printk(9) - centos
atomic_clear(9) - debian
atomic_fetchadd(9) - debian
atomic_readandclear(9) - debian
atomic_set(9) - debian
Similar Topics in the Unix Linux Community
pthread_mutex_lock in ANSI C vs using Atomic builtins of GCC