From c768d5d01bde3746e3dc622e0ffb12812bf7d0ce Mon Sep 17 00:00:00 2001
From: rpj
Date: Sat, 8 Apr 2006 00:05:08 +0000
Subject: ''
---
manual/pthread_barrier_init.html | 25 +++++++++++++++++++------
manual/pthread_barrier_wait.html | 27 +++++++++++++++++++++------
manual/pthread_detach.html | 13 +++++++------
3 files changed, 47 insertions(+), 18 deletions(-)
diff --git a/manual/pthread_barrier_init.html b/manual/pthread_barrier_init.html
index d12434d..065c129 100644
--- a/manual/pthread_barrier_init.html
+++ b/manual/pthread_barrier_init.html
@@ -3,9 +3,10 @@
"PTHREAD_BARRIER_DESTROY"(P) manual page
-
+
-
+
+
@@ -67,8 +68,7 @@ is undefined.
otherwise, an error number shall be returned to indicate the error.
-The pthread_barrier_destroy
-function may fail if:
+
The pthread_barrier_destroy function may fail if:
- EBUSY
@@ -135,7 +135,17 @@ that these routines are implemented and may be used.
None.
-
+
+
+ - In
+ pthreads-win32,
+ pthread_barrier_wait(3)
+ 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.
+
+
pthread_barrier_wait(3)
, the Base Definitions volume of IEEE Std 1003.1-2001,
<pthread.h>
@@ -177,6 +187,9 @@ can be obtained online at ht
Future
Directions
+ Known
+ Bugs
+
See
Also
@@ -184,4 +197,4 @@ can be obtained online at ht