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: ReRe: performance - some details (and shellsort)


Tom Tromey wrote:
> For the POSIX thread implementation the waiting is done via a
> condition variable.  This shouldn't cause busy-waiting, but maybe it
> does on Linux.  I haven't looked.

LinuxThreads condition variables will block on sigsuspend().  That
should work OK.


-- 
Jeff Sturm
jsturm@sigma6.com

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