From: Lew G. <le...@se...> - 2001-03-27 03:44:57
|
Hi, I have run into a problem using pthread_mutex. When two threads try to lock the same mutex, one of them blocks, but never wakes up when the other releases the lock. We are using glibc-2.2.2, having followed the instructions for building the cross-development tools from this mailing list. Has anyone else encountered similar problems? -Lewis Girod |