On Thu, 2006-06-08 at 23:25 +0300, Jussi Laako wrote:
Lee Revell wrote:
But, from the original post it seems that
pthread_cond_signal is not
realtime safe as it locks a mutex:
Just about any syscall nowadays potentially acquires some sort of lock
inside kernel.
The code in question was fron glibc, not the kernel.
Lee