MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
jessie
/
linux-manual-3.16
/ atomic_add(9)
links
language-indep link
package tracker
raw man page
table of contents
NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
COPYRIGHT
other versions
jessie
3.16.56-1+deb8u1
other sections
3clc (
libfuncs
)
9freebsd (
kernel
)
9 (
kernel
)
Scroll to navigation
ATOMIC_ADD(9)
Driver Basics
ATOMIC_ADD(9)
NAME
¶
atomic_add - add integer to atomic variable
SYNOPSIS
¶
void atomic_add(int
i
, atomic_t *
v
);
ARGUMENTS
¶
i
integer value to add
v
pointer of type atomic_t
DESCRIPTION
¶
Atomically adds
i
to
v
.
COPYRIGHT
¶
May 2018
Kernel Hackers Manual 3.16