261 Subj : Re: pthread function behavior in C++ program To : comp.programming.threads From : wij Date : Sun Jun 12 2005 12:52 pm Loic Domaigne wrote: >Have a look to: >http://www.slamb.org/projects/cancellation_tests/ I noticed a paragraph on the web page: -- Don't use thread cancellation. It doesn't work, and it isn't likely to any time -- soon. If you need a thread cancellation mechanism, I recommend implementing one -- with sigsafe rather than using the (poorly) standardized mechanism. Thanks for the link, as my current initial problem solved I will have a look in more detail. . 0