Module Name: src Committed By: abhinav Date: Sun Oct 22 16:09:22 UTC 2017
Modified Files: src/lib/libpthread: pthread_barrier.3 Log Message: Add rest of the pthread_barrier functions in the NAME section To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libpthread/pthread_barrier.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpthread/pthread_barrier.3 diff -u src/lib/libpthread/pthread_barrier.3:1.6 src/lib/libpthread/pthread_barrier.3:1.7 --- src/lib/libpthread/pthread_barrier.3:1.6 Tue Jul 5 10:04:17 2016 +++ src/lib/libpthread/pthread_barrier.3 Sun Oct 22 16:09:22 2017 @@ -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