In article <[email protected]>, Robert Swindells <[email protected]> wrote: > >I'm trying to run a fairly large Linux application that is a mixture of >Java and native code, it spawns off several threads but all of them >end up waiting on futex and not using any cpu time. > >I have run it with DEBUG_LINUX_FUTEX enabled which produces a *lot* of >debug, anybody got any idea what to look for in it ?
I think that the FreeBSD futex code is much more complete than ours. Perhaps we should replace ours with theirs... christos
