Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/atomic Add membar_datadep_consumer to the NAME section
details: https://anonhg.NetBSD.org/src/rev/56fc3b4b42f7
branches: trunk
changeset: 357047:56fc3b4b42f7
user: abhinav <abhinav%NetBSD.org@localhost>
date: Tue Oct 24 18:19:17 2017 +0000
description:
Add membar_datadep_consumer to the NAME section
Remove Pp before Bl
diffstat:
lib/libc/atomic/membar_ops.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 8cd967c84c3f -r 56fc3b4b42f7 lib/libc/atomic/membar_ops.3
--- a/lib/libc/atomic/membar_ops.3 Tue Oct 24 17:39:30 2017 +0000
+++ b/lib/libc/atomic/membar_ops.3 Tue Oct 24 18:19:17 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: membar_ops.3,v 1.4 2015/01/08 22:27:17 riastradh Exp $
+.\" $NetBSD: membar_ops.3,v 1.5 2017/10/24 18:19:17 abhinav Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -36,6 +36,7 @@
.Nm membar_exit ,
.Nm membar_producer ,
.Nm membar_consumer ,
+.Nm membar_datadep_consumer ,
.Nm membar_sync
.Nd memory access barrier operations
.\" .Sh LIBRARY
@@ -61,7 +62,6 @@
family of functions provide memory access barrier operations necessary
for synchronization in multiprocessor execution environments that have
relaxed load and store order.
-.Pp
.Bl -tag -width "mem"
.It Fn membar_enter
Any store preceding
Home |
Main Index |
Thread Index |
Old Index