Subj : Re: NPTL2 or something To : comp.programming.threads From : Joseph Seigh Date : Mon Jan 03 2005 07:11 am On Mon, 03 Jan 2005 10:39:15 GMT, SenderX wrote: >> The eventcount code is in c++ since it uses atomic_ptr. The >> eventcount api is C. > > How does the C++ code deal with destructors and cancellations? > The eventcount itself has no destructor, just the usual explicit destroy function. No cancelation or exception handling. It shouldn't need it. > > > >> The problem is that I have to recreate >> any problems I hit in gcc on linux to determine if it's one >> of the vc++ 6.0 bugs or not. > > bugs wrt c++ correct? > Stuff related to vc++ 6.0 not being a compliant C++ compiler. Joe Seigh .