This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: posix-threads code update
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: posix-threads code update
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 27 Mar 2000 12:55:07 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38DA22B3.3A862FB2@albatross.co.nz>
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?
2. Could you fix the Windows threads code to reflect this change?
With those changes, this patch is fine.
Tom