This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fwd: C++ and POSIX Threads Mailing List]


-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC
--- Begin Message ---
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@codesourcery.com.

To unsubscribe, send mail to:
c++-pthreads-unsubscribe@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@codesourcery.com>
CodeSourcery, LLC


--- End Message ---

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]