This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

Re: Lightweight C++ multithreaded exceptions


On Mon, 2005-05-23 at 11:52 +0200, Jerome Souquieres wrote:
> 
>   That's interesting. However, from what I understand, this approach 
> only solves the multithreaded exceptions problem. This does nothing to
> ensure that the standard C++ library (including STL) is thead safe. Am
> I right ?

I know there are some atomicity issues, but is that already handled in a
CPU architecture specific but os-independent fashion by default in
libstdc++?

Does anyone know of a definitive list of issues w.r.t. libstdc++ &
multithreading?

I guess the fact that eCosCentric is destined to contribute their
libstdc++ support saps my initiative for contributing patches  in this
area. Even more so, because I have a solution for my needs.

-- 
Øyvind Harboe
http://www.zylin.com


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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