Re: [RFC][PATCH RT 0/2] futex priority based wakeup

From: Thomas Gleixner
Date: Wed May 10 2006 - 10:29:22 EST


On Wed, 2006-05-10 at 15:03 +0200, SÃbastien Duguà wrote:
> Maybe the pthread_cond_*() function should be made to use the
> PI-futexes support in glibc.

<hack_alert>

There is a simple way to do so. Just remove the assembler version of
pthread_cond_xx and use the generic c code implementation in glibc. That
allows you to use a PI mutex for the outer mutex.

</hack_alert>

tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/