From c768d5d01bde3746e3dc622e0ffb12812bf7d0ce Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 8 Apr 2006 00:05:08 +0000 Subject: '' --- manual/pthread_detach.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'manual/pthread_detach.html') 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