C++ and POSIX Threads Mailing List
Mark Mitchell
mark at codesourcery.com
Thu Dec 18 22:34:03 UTC 2003
There has been a fair amount of discussion on the GCC mailing list about
possibe ways of integrating POSIX threads with ISO C++.
The key question to date has been how to deal with thread cancellation.
People have asked questions like:
* Should cancellation throw an exception?
* What happens if the exception is caught, and not rethrown?
* What happens if the exception violates an exception-specification?
* What should be done about the fact that ISO C++ says that C library
functions like "printf" never throw exceptions?
Much of the GCC discussion can be found here:
http://gcc.gnu.org/ml/gcc/2003-12/msg00743.html
However, this issue is not specific to any compiler; it's a general
question about the interaction between C++ and POSIX threads, and
perhaps even other threading systems.
Therefore, we've started a new mailing list for discussing these issues.
To post messages to the list, send mail to
c++-pthreads at codesourcery.com.
To unsubscribe, send mail to:
c++-pthreads-unsubscribe at codesourcery.com
The mailing list is archived and available on the web at:
http://www.codesourcery.com/archives/c++-pthreads/threads.html
Yours,
--
Mark Mitchell <mark at codesourcery.com>
CodeSourcery, LLC
More information about the c++-pthreads
mailing list