Subj : Re: pthread function behavior in C++ program To : comp.programming.threads From : wij Date : Thu Jun 09 2005 11:03 pm Torsten Robitzki wrote: > ... > I used "NPTL C++ cancellation" to search on google and the > results looks very promising. Thanks for the keyword. I found one looked good to start with: http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51_HTML/ARH9RBTE/DOCU0010.HTM#bottom_010I Now as understood, can I discard the use pthread_cleanup_push/pop in C++ codes? .