[openbeos] Re: Waiting and waiting

I believe that the whole of the BeOS standard library was thread safe,
and applications expect it to be.

I have never once seen anyone using special thread safe functions in a
BeOS application.

There were even changes to the C++ library (std::string for one) so that
there was thread safety.

Could you give me an example of a functiont that was not meant to be
thread safe? I would like to do some testing of your assumptions under
the current BeOS (Dano actually_/

=)

Alan

On Tue, Dec 10, 2002 at 04:18:59AM +0100, Axel =?iso-8859-1?q?D=F6rfler ?= 
wrote:
> alan@xxxxxxxxxxxxxx (Alan Ellis) wrote:
> > So, how far along is libroot? That's gotta be a huge deal. Especially
> > with making sure it's threadsafe/reentrant, even if you use the GNU 
> > one as a
> > starting point.
> 
> We are mainly using BSD sources, but many functions aren't meant to be 
> reentrant anyway (i.e. have special reentrant versions, suffixed by 
> _r).
> Have a look at our repository; there is still much to do, especially 
> most time functions are missing.
> 
> Adios...
>    Axel.
> 
> 

Other related posts: