This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: posix-threads code update
Tom Tromey wrote:
> Bryce> [ new POSIX threads implementation ]
> Bryce> I'm awaiting review of this code. Enjoy!
>
> I think this is definitely the way we should go.
>
> A couple minor points:
>
> 1. Could you update the thread porting document to reflect the new
> definition of the return values from _Jv_CondWait?
Sure.
> 2. Could you fix the Windows threads code to reflect this change?
Hmm. The win32-threads.cc doesn't implement interrupt() and its
_Jv_CondWait() doesnt appear to check for mutex ownership, so I would
say that the changes don't apply until win32-threads.cc is improved.
Since I don't have a win32 build environement set up, I'll have to leave
this to someone else, sorry.
regards
[ bryce ]