[c++-pthreads] Re: thread-safety definition

Ted Baker baker at cs.fsu.edu
Mon Jan 12 19:36:37 UTC 2004


> > I think it will.  Even if cancellation is disabled while exceptions are in
> > flight, a 'catch-everything-and-never-rethrow' block in a destructor will
> > discard a cancellation exception when that destructor is triggered by a
> > regular (non-exceptional, non-unwinding) exit from a block scope.
> 
> True.

False, if cancellation is disabled during destructors.

--Ted



More information about the c++-pthreads mailing list