[c++-pthreads] cancellation points report failure

Jason Merrill jason at redhat.com
Sat Dec 20 03:03:23 UTC 2003


On Fri, 19 Dec 2003 17:56:50 -0500, Ted Baker <baker at cs.fsu.edu> wrote:

> How are you going to implement this version of read() that raises the
> exeption?

The glibc/NPTL pthread library throws an exception.  read() is compiled
with the necessary unwind information so that the exception will propagate
out of it.

Jason



More information about the c++-pthreads mailing list