This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Document pthread_barrier* functions as implemented


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=10e0db58e427b5a3a50ff377e1ea7d2956a342b5

commit 10e0db58e427b5a3a50ff377e1ea7d2956a342b5
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Feb 13 17:03:36 2016 +0100

    Document pthread_barrier* functions as implemented
    
    	posix.xml (std-susv4): Add pthread_barrier* functions.
    	(std-notimpl): Remove here.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/posix.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 7b6efba..51a1df7 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -579,6 +579,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     pthread_attr_setscope
     pthread_attr_setstack
     pthread_attr_setstacksize
+    pthread_barrierattr_init
+    pthread_barrierattr_setpshared
+    pthread_barrierattr_getpshared
+    pthread_barrierattr_destroy
+    pthread_barrier_init
+    pthread_barrier_destroy
+    pthread_barrier_wait
     pthread_cancel
     pthread_cond_broadcast
     pthread_cond_destroy
@@ -1492,7 +1499,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     posix_trace[...]
     posix_typed_[...]
     powl
-    pthread_barrier[...]
     pthread_mutexattr_getrobust
     pthread_mutexattr_setrobust
     pthread_mutex_consistent


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]