This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Thread.interrupt() and pthread_cond_timedwait()


Bryce> We will have to come up with a proper way of implementing
Bryce> interrupt().

Let's try to do it now.  One approach would be to implement our own
condition variables and just not use pthread_cond*.  This is annoying,
but at least it would work.  Any better ideas?

Tom

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