diff options
author | Robert Mustacchi <rm@joyent.com> | 2016-02-26 19:48:15 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-03-25 16:48:01 -0700 |
commit | 79192153bee37eb85baa06695c8a483f93466f71 (patch) | |
tree | 397b53c231d31f177f81056f473ac098115c41fe /usr/src/man/man3c | |
parent | 22f7b4012dd9e585f59664dcaf9573289230d516 (diff) | |
download | illumos-joyent-79192153bee37eb85baa06695c8a483f93466f71.tar.gz |
6489 atomic_bits(3C) should list atomic_ops(3C) in See Also
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Volker A. Brandt <vab@bb-c.de>
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Albert Lee <trisk@omniti.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/atomic_bits.3c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/usr/src/man/man3c/atomic_bits.3c b/usr/src/man/man3c/atomic_bits.3c index 41edc51bfe..34ac0a78fa 100644 --- a/usr/src/man/man3c/atomic_bits.3c +++ b/usr/src/man/man3c/atomic_bits.3c @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH ATOMIC_BITS 3C "May 13, 2005" +.TH ATOMIC_BITS 3C "Mar 13, 2016" .SH NAME atomic_bits, atomic_set_long_excl, atomic_clear_long_excl \- atomic set and clear bit operations @@ -21,7 +21,6 @@ clear bit operations .fi .SH DESCRIPTION -.sp .LP The \fBatomic_set_long_excl()\fR and \fBatomic_clear_long_excl()\fR functions perform an exclusive atomic bit set or clear operation on \fItarget\fR. The @@ -30,17 +29,14 @@ target. Bits are numbered from zero to one less than the maximum number of bits in a \fBlong\fR. If the value of bit falls outside of this range, the result of the operation is undefined. .SH RETURN VALUES -.sp .LP The \fBatomic_set_long_excl()\fR and \fBatomic_clear_long_excl()\fR functions return 0 if \fIbit\fR was successfully set or cleared. They return -1 if \fIbit\fR was already set or cleared. .SH ERRORS -.sp .LP No errors are defined. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -58,9 +54,8 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBatomic_add\fR(3C), \fBatomic_and\fR(3C), \fBatomic_cas\fR(3C), -\fBatomic_dec\fR(3C), \fBatomic_inc\fR(3C), \fBatomic_or\fR(3C), -\fBatomic_swap\fR(3C), \fBmembar_ops\fR(3C), \fBattributes\fR(5), -\fBatomic_ops\fR(9F) +\fBatomic_dec\fR(3C), \fBatomic_inc\fR(3C), \fBatomic_ops\fR(3C), +\fBatomic_or\fR(3C), \fBatomic_swap\fR(3C), \fBmembar_ops\fR(3C), +\fBattributes\fR(5) |