diff options
| author | rpj <rpj> | 2006-04-08 00:05:08 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2006-04-08 00:05:08 +0000 | 
| commit | c768d5d01bde3746e3dc622e0ffb12812bf7d0ce (patch) | |
| tree | 10e393f21ee8f6073ecc66847047d572b06f82d9 /manual/pthread_barrier_wait.html | |
| parent | b87925b8c0489002e890fa97e69e55cb8be24523 (diff) | |
''
Diffstat (limited to 'manual/pthread_barrier_wait.html')
| -rw-r--r-- | manual/pthread_barrier_wait.html | 27 | 
1 files changed, 21 insertions, 6 deletions
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>"PTHREAD_BARRIER_WAIT"(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 Std 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 Std 1003.1-2001,  <I><pthread.h></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  | 
