From 10e0db58e427b5a3a50ff377e1ea7d2956a342b5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 13 Feb 2016 17:03:36 +0100 Subject: [PATCH] Document pthread_barrier* functions as implemented posix.xml (std-susv4): Add pthread_barrier* functions. (std-notimpl): Remove here. Signed-off-by: Corinna Vinschen --- 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 7b6efba1f..51a1df734 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -579,6 +579,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). 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). posix_trace[...] posix_typed_[...] powl - pthread_barrier[...] pthread_mutexattr_getrobust pthread_mutexattr_setrobust pthread_mutex_consistent