summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2006-04-08 00:04:51 +0000
committerrpj <rpj>2006-04-08 00:04:51 +0000
commitbd88647a2ccab42d1645ef3d748c93dfb5c26d4a (patch)
tree5787397b202f96f83daa9036b8407c3523dba829
parent6ed2db7ef01af84cec99eff2908ce8ad7145253a (diff)
''
-rw-r--r--manual/pthread_barrier_init.html25
-rw-r--r--manual/pthread_barrier_wait.html27
-rw-r--r--manual/pthread_detach.html13
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 @@
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>&quot;PTHREAD_BARRIER_DESTROY&quot;(P) manual page</TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)">
+ <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0 (Linux)">
<META NAME="CREATED" CONTENT="20050504;11372800">
- <META NAME="CHANGED" CONTENT="20050505;18164500">
+ <META NAME="CHANGEDBY" CONTENT="Ross Johnson">
+ <META NAME="CHANGED" CONTENT="20060408;9450100">
<!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
@@ -67,8 +68,7 @@ is undefined.</P>
otherwise, an error number shall be returned to indicate the error.
</P>
<H2><A HREF="#toc4" NAME="sect4">Errors</A></H2>
-<P>The <B>pthread_barrier_destroy</B><SPAN STYLE="font-weight: medium">
-function may fail if:</SPAN>
+<P>The <B>pthread_barrier_destroy</B> function may fail if:
</P>
<DL>
<DT><B>EBUSY</B>
@@ -135,7 +135,17 @@ that these routines are implemented and may be used.</P>
<H2><A HREF="#toc8" NAME="sect8">Future Directions</A></H2>
<P>None.
</P>
-<H2><A HREF="#toc9" NAME="sect9">See Also</A></H2>
+<H2><A HREF="#toc11" NAME="sect11">Known Bugs</A></H2>
+<DL>
+ <DD STYLE="margin-left: 0cm; margin-bottom: 0.5cm">In
+ <B><SPAN LANG="en-GB"><SPAN LANG="en-GB">pthreads-win32</SPAN></SPAN></B>,
+ <A HREF="pthread_barrier_wait.html"></A><A HREF="pthread_barrier_wait.html"><B>pthread_barrier_wait</B>(3)</A><A HREF="pthread_barrier_wait.html"></A>
+ may deadlock if the number of running threads able to wait on the
+ barrier object exceeds the value given as the <I><SPAN LANG="en-GB"><SPAN LANG="en-GB">count</SPAN></SPAN></I>
+ parameter in <B>pthread_barrier_init</B>.
+ </DD></DL>
+<H2>
+<A HREF="#toc9" NAME="sect9">See Also</A></H2>
<P><A HREF="pthread_barrier_wait.html"><B>pthread_barrier_wait</B>(3)</A>
<B>,</B> the Base Definitions volume of IEEE&nbsp;Std&nbsp;1003.1-2001,
<I>&lt;pthread.h&gt;</I>
@@ -177,6 +187,9 @@ can be obtained online at <A HREF="http://www.opengroup.org/unix/online.html">ht
<LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect8" NAME="toc8">Future
Directions</A>
</P>
+ <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect11" NAME="toc11">Known
+ Bugs</A>
+ </P>
<LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect9" NAME="toc9">See
Also</A>
</P>
@@ -184,4 +197,4 @@ can be obtained online at <A HREF="http://www.opengroup.org/unix/online.html">ht
</P>
</UL>
</BODY>
-</HTML>
+</HTML> \ No newline at end of file
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 @@
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>&quot;PTHREAD_BARRIER_WAIT&quot;(P) manual page</TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)">
+ <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0 (Linux)">
<META NAME="CREATED" CONTENT="20050504;11484200">
- <META NAME="CHANGED" CONTENT="20050505;18111200">
+ <META NAME="CHANGEDBY" CONTENT="Ross Johnson">
+ <META NAME="CHANGED" CONTENT="20060408;9504600">
<!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
@@ -100,9 +101,20 @@ that this routine is implemented and may be used.</P>
<H2><A HREF="#toc8" NAME="sect8">Future Directions</A></H2>
<P>None.
</P>
-<H2><A HREF="#toc9" NAME="sect9">See Also</A></H2>
-<P><A HREF="pthread_barrier_init.html"><B>pthread_barrier_destroy</B>(3)</A>
-<B>,</B> the Base Definitions volume of IEEE&nbsp;Std&nbsp;1003.1-2001,
+<H2><A HREF="#toc11" NAME="sect11">Known Bugs</A></H2>
+<DL>
+ <DD STYLE="margin-left: 0cm; margin-bottom: 0.5cm">In
+ <B><SPAN LANG="en-GB">pthreads-win32</SPAN></B>,
+ <B>pthread_barrier_wait</B> may deadlock if the number of running
+ threads able to wait on the barrier object exceeds the value given
+ as the <I><SPAN LANG="en-GB">count</SPAN></I> parameter in
+ <A HREF="pthread_barrier_init.html"><B>pthread_barrier_init(3)</B></A>.
+ </DD></DL>
+<H2>
+<A HREF="#toc9" NAME="sect9">See Also</A></H2>
+<P><A HREF="pthread_barrier_init.html"><B>pthread_barrier_destroy</B>(3)</A>,
+<A HREF="pthread_barrier_init.html"><B>pthread_barrier_init(3)</B></A>,
+the Base Definitions volume of IEEE&nbsp;Std&nbsp;1003.1-2001,
<I>&lt;pthread.h&gt;</I>
</P>
<H2><A HREF="#toc10" NAME="sect10">Copyright</A></H2>
@@ -142,6 +154,9 @@ can be obtained online at <A HREF="http://www.opengroup.org/unix/online.html">ht
<LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect8" NAME="toc8">Future
Directions</A>
</P>
+ <LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect11" NAME="toc11">Known
+ Bugs</A>
+ </P>
<LI><P STYLE="margin-bottom: 0cm"><A HREF="#sect9" NAME="toc9">See
Also</A>
</P>
@@ -149,4 +164,4 @@ can be obtained online at <A HREF="http://www.opengroup.org/unix/online.html">ht
</P>
</UL>
</BODY>
-</HTML>
+</HTML> \ No newline at end of file
diff --git a/manual/pthread_detach.html b/manual/pthread_detach.html
index 47c22cf..252adb8 100644
--- a/manual/pthread_detach.html
+++ b/manual/pthread_detach.html
@@ -3,9 +3,10 @@
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>PTHREAD_DETACH(3) manual page</TITLE>
- <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)">
+ <META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0 (Linux)">
<META NAME="CREATED" CONTENT="20050504;18010700">
- <META NAME="CHANGED" CONTENT="20050518;2342300">
+ <META NAME="CHANGEDBY" CONTENT="Ross Johnson">
+ <META NAME="CHANGED" CONTENT="20060408;9255600">
<!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->
</HEAD>
@@ -38,9 +39,9 @@ later.
<P>After <B>pthread_detach</B> completes, subsequent attempts to
perform <B>pthread_join</B> on <I>th</I> will fail. If another thread
is already joining the thread <I>th</I> at the time <B>pthread_detach</B>
-is called, <I>th</I> will be detached and <B>pthread_join</B><SPAN STYLE="font-weight: medium">
-will eventually return when <I>th</I> terminates but may not return
-with <I>th</I>'s correct return code.</SPAN>
+is called, <I>th</I> will be detached and <B>pthread_join</B> will
+eventually return when <I>th</I> terminates but may not return with
+<I>th</I>'s correct return code.
</P>
<H2><A HREF="#toc3" NAME="sect3">Return Value</A></H2>
<P>On success, 0 is returned. On error, a non-zero error code is
@@ -64,7 +65,7 @@ returned.
<H2><A HREF="#toc6" NAME="sect6">See Also</A></H2>
<P><A HREF="pthread_create.html"><B>pthread_create</B>(3)</A> ,
<A HREF="pthread_join.html"><B>pthread_join</B>(3)</A> ,
-<A HREF="pthread_attr_setdetachstate.html"><B>pthread_attr_setdetachstate</B>(3)</A>
+<A HREF="pthread_attr_init.html"><B>pthread_attr_setdetachstate</B>(3)</A>
</P>
<HR>
<P><A NAME="toc"></A><B>Table of Contents</B></P>