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. - Jussi