[c++-pthreads] Re: pthread_cancel and EH: let's try this again

Nathan (Jasper) Myers ncm at codesourcery.com
Wed Jul 20 20:44:05 UTC 2005


On Wed, Jul 20, 2005 at 10:28:58PM +0200, Wil Evers wrote:
> 
> BTW - as you know, a POSIX thread always starts with cancellation 
> enabled, so there is no need to put an enabler in your thread-main.

Maybe a POSIX C thread starts with cancellation enabled.  Here
we're talking about C++ threads, which POSIX says nothing about.  
We can choose to implement what works right, instead.  

Nathan Myers
ncm at codesourcery.com



More information about the c++-pthreads mailing list