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(-) (limited to 'manual') 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.

Errors

-

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.

Future Directions

None.

-

See Also

+

Known Bugs

+
+
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. +
+

+See Also

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

    - + \ 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 @@ "PTHREAD_BARRIER_WAIT"(P) manual page - + - + + @@ -100,9 +101,20 @@ that this routine is implemented and may be used.

    Future Directions

    None.

    -

    See Also

    -

    pthread_barrier_destroy(3) -, the Base Definitions volume of IEEE Std 1003.1-2001, +

    Known Bugs

    +
    +
    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). +
    +

    +See Also

    +

    pthread_barrier_destroy(3), +pthread_barrier_init(3), +the Base Definitions volume of IEEE Std 1003.1-2001, <pthread.h>

    Copyright

    @@ -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

    - + \ 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 @@ PTHREAD_DETACH(3) manual page - + - + + @@ -38,9 +39,9 @@ later.

    After pthread_detach completes, subsequent attempts to perform pthread_join on th will fail. If another thread is already joining the thread th at the time pthread_detach -is called, th will be detached and pthread_join -will eventually return when th terminates but may not return -with th's correct return code. +is called, th will be detached and pthread_join will +eventually return when th terminates but may not return with +th's correct return code.

    Return Value

    On success, 0 is returned. On error, a non-zero error code is @@ -64,7 +65,7 @@ returned.

    See Also

    pthread_create(3) , pthread_join(3) , -pthread_attr_setdetachstate(3) +pthread_attr_setdetachstate(3)


    Table of Contents

    -- cgit v1.2.3