Hi All, I am using 0.9.29 uclibc on a MIPS platform.
While testing a sample program with process shared mutexes and process shared conditional variables (pthread_cond_wait, pthread_cond_broadcast, pthread_mutex_lock, pthread_mutex_unlock) I see an issue when 3 threads from 3 different processes are working together on the shared mtuex / cond variable. One of the threads gets stuck on the mutex even though I can see other two threads have unlocked it successfully after their last usage. Does anyone know of any issues fixed on this? Regards, Sridhar _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
