Michael Schnell wrote:
> I now have a Futex testing program up and running.

You may wish to look at Glibc's pthread tests too.

They did a lot of testing to make sure the NPTL futex usage is correct
with all kind of primitives, not just thread mutexes, but condition
variables, rwlocks, and inter-process versions too.

They also did a lot of benchmarks, which is why sys_futex was changed
from an elegant simple thing to what it is today.

Also, you may wish to look at the robust real-time mutexes with
priority inheritance (RT and PI are keywords), which works alongside
RT kernels.

-- Jamie
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to