This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for Review: PR/9254 and other Win32 Threading Fixes


>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:

Adam> BTW, does it make sense for the platform-independent code to
Adam> implement mutex ownership?  Or are there platforms where the OS
Adam> can answer the query "which thread is holding mutex X"?

Originally I thought we could use POSIX mutexes and condition
variables, and the design was influenced by this.  It was also
influenced by quickthreads; in our hacked version I just made it work
in a way convenient for java.

These decisions are obsolete, but inertia carries us forward.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]