On Friday 18 Jun 2004 12:23 am, Paul Davis wrote:
i also don't use conditions for RT stuff - they
are
not RT safe. currently, i use FIFO's, and i plan to switch to
futexes when they become available. NPTL uses futexes to implement
condition variables, but linuxthreads uses signals.
Thanks, that's very informative.
Chris