X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Artem Alimarine <alimarine@zonnet.nl>
Subject:  Re: phread_join problem
Date:  Thu, 16 Mar 2006 22:02:47 +0100
Lines: 26
Message-ID: <dvcjpq$3ee$1@sea.gmane.org>
References:  <20060316064537.fb30e530d17747c2b054d625b8945d88.f9ec0c655e.wbe@email.email.secureserver.net>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
In-Reply-To: <20060316064537.fb30e530d17747c2b054d625b8945d88.f9ec0c655e.wbe@email.email.secureserver.net>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Jerry D. Hedden wrote:

 > You can't join to a cancelled thread.


Cannot you? From reading the posix thread documentation I have an 
impression that you can.

See for instance
http://www.opengroup.org/onlinepubs/009695399/functions/pthread_join.html

It says:

 > The pthread_join() or pthread_detach() function should eventually be 
called for every thread that is created with the detachstate attribute 
set to PTHREAD_CREATE_JOINABLE so that storage associated with the 
thread may be reclaimed.


Moreover, there is also a thread return status PTHREAD_CANCELED that is 
returned by pthread_join when the thread exits due to pthread_cancel 
request. See the paragraph "Thread Cancellation Cleanup Handlers" at 
http://www.opengroup.org/onlinepubs/000095399/functions/xsh_chap02_09.html


Artem Alimarine.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

