From bd88647a2ccab42d1645ef3d748c93dfb5c26d4a Mon Sep 17 00:00:00 2001
From: rpj
Date: Sat, 8 Apr 2006 00:04:51 +0000
Subject: ''
---
manual/pthread_barrier_wait.html | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)
(limited to 'manual/pthread_barrier_wait.html')
diff --git a/manual/pthread_barrier_wait.html b/manual/pthread_barrier_wait.html
index b44035b..693d8bd 100644
--- a/manual/pthread_barrier_wait.html
+++ b/manual/pthread_barrier_wait.html
@@ -3,9 +3,10 @@
"PTHREAD_BARRIER_WAIT"(P) manual page
-
+
-
+
+
@@ -100,9 +101,20 @@ that this routine is implemented and may be used.
None.
-
-pthread_barrier_destroy(3)
-, the Base Definitions volume of IEEE Std 1003.1-2001,
+
+
+ - In
+ pthreads-win32,
+ pthread_barrier_wait may deadlock if the number of running
+ threads able to wait on the barrier object exceeds the value given
+ as the count parameter in
+ pthread_barrier_init(3).
+
+
+pthread_barrier_destroy(3),
+pthread_barrier_init(3),
+the Base Definitions volume of IEEE Std 1003.1-2001,
<pthread.h>
@@ -142,6 +154,9 @@ can be obtained online at ht
Future
Directions
+ Known
+ Bugs
+
See
Also
@@ -149,4 +164,4 @@ can be obtained online at ht