Subj : pthread function behavior in C++ program To : comp.programming.threads From : wij Date : Wed Jun 08 2005 08:08 am Hi: Sometime ago I found my C++ programs were outdated by so called NPTL(probably). Programs built (on Fedora 3) indicate that thread cancellation can cause an object thrown at cancellation point. So, what should I expect pthread function will behave in C++ and modify my programs? or does any documents there specify pthread function behavior(in C++ codes)? Strange to say, I have searched for days and found nothing available/useful to update my programs for NPTL! Can anybody give some hints. Take for instance pthread_cancel/pthread_testcancel/pthread_cond_wait.. thank you in advance. .