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]

C++ Exceptions


I'd like to preface this by saying that my C++ experience is laughable.
So, if this appears a totally newbie-like  question, please remember I
am a newbie.

Are C++ exceptions "thread safe" in this sense:  Can one safely build
working try/catch blocks in separate threads for an application that
runs on a real-time executive?  ie. Can catching an exception thrown in
one thread affect the call-stack of another thread? ( Assuming the RT
exec uses a single call-stack. )

Ready, aim....

Thanks in advance.


begin:          vcard
fn:             Erik Ivanenko
n:              Ivanenko;Erik
org:            University of Toronto
email;internet: erik.ivanenko@utoronto.ca
title:          Supervisor, Controls Services
x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard


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