Re: [c++-pthreads] cancellation points report failure
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [c++-pthreads] cancellation points report failure



On Fri, 19 Dec 2003 17:56:50 -0500, Ted Baker <baker@xxxxxxxxxx> 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