|
From: Tom H. <th...@cy...> - 2005-01-10 09:59:35
|
In message <yek...@au...>
Tom Hughes <th...@cy...> wrote:
> - RH9 and FC3 hang in none/tests/x86/yield
This is a bug in the test - it does a signal on the CV when it
actually wants to wake both threads so should do a broadcast. It
seems that we used to wake both threads anyway ;-)
The test still fails because the yield thread yields many more
times that the one that spin waits.
I think the mutex and CV should also be initialised using the
proper static initialiser for the code to be truly correct.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|