|
From: Jeremy F. <je...@go...> - 2003-06-02 02:30:43
|
On Sat, 2003-05-31 at 03:15, Igmar Palsenberg wrote:
> On Fri, 29 May 2003, Jeremy Fitzhardinge wrote:
>
> > They're already useless for that; I'm guessing you really want to be
> > using condition variables, which have the behaviour you're looking for.
> > With any luck, they synchronization code is only in one or two places...
>
> I don't agree, they're used to protect global variables from having
> multiple threads messing with then ...
I think we're violently agreeing on that.
> That requires kernel patching and a complete glibc rebuild :)
>
> Just to wonder OT : Can both LinuxThreads and NTPL be build into the same
> glibc ??
RH9 seems to have things set up so you can run either version.
J
|