summaryrefslogtreecommitdiffstats
path: root/share/man/man9/atomic.9
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2008-03-16 21:20:50 +0000
committerpjd <pjd@FreeBSD.org>2008-03-16 21:20:50 +0000
commitea49d310bf69a1de4effcf20fc368f40b3541ef0 (patch)
treeef1e5ab50a7584e0e028a94391bd41725fc82f82 /share/man/man9/atomic.9
parentbc8c8477a02fa7911713785305f7fe01ee91f393 (diff)
downloadFreeBSD-src-ea49d310bf69a1de4effcf20fc368f40b3541ef0.zip
FreeBSD-src-ea49d310bf69a1de4effcf20fc368f40b3541ef0.tar.gz
Implement atomic_fetchadd_long() for all architectures and document it.
Reviewed by: attilio, jhb, jeff, kris (as a part of the uidinfo_waitfree.patch)
Diffstat (limited to 'share/man/man9/atomic.9')
-rw-r--r--share/man/man9/atomic.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index be5c74ea2..70ee2ab 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -211,7 +211,8 @@ return tmp;
The
.Fn atomic_fetchadd
functions are only implemented for the types
-.Dq Li int
+.Dq Li int ,
+.Dq Li long
and
.Dq Li 32
and do not have any variants with memory barriers at this time.
OpenPOWER on IntegriCloud