Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread Add rest of the pthread_barrier functions in ...



details:   https://anonhg.NetBSD.org/src/rev/445b992a97e8
branches:  trunk
changeset: 827270:445b992a97e8
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 16:09:22 2017 +0000

description:
Add rest of the pthread_barrier functions in the NAME section

diffstat:

 lib/libpthread/pthread_barrier.3 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1126a4e8a957 -r 445b992a97e8 lib/libpthread/pthread_barrier.3
--- a/lib/libpthread/pthread_barrier.3  Sun Oct 22 15:48:11 2017 +0000
+++ b/lib/libpthread/pthread_barrier.3  Sun Oct 22 16:09:22 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_barrier.3,v 1.6 2016/07/05 10:04:17 wiz Exp $
+.\" $NetBSD: pthread_barrier.3,v 1.7 2017/10/22 16:09:22 abhinav Exp $
 .\"
 .\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,7 +29,10 @@
 .Dt PTHREAD_BARRIER 3
 .Os
 .Sh NAME
-.Nm pthread_barrier
+.Nm pthread_barrier ,
+.Nm pthread_barrier_init ,
+.Nm pthread_barrier_destroy ,
+.Nm pthread_barrier_wait
 .Nd barrier interface
 .Sh LIBRARY
 .Lb libpthread



Home | Main Index | Thread Index | Old Index