Hi
I'm using a recursive mutex on UW 7.1.1 and I'm getting a deadlock. I look at Os.i and see
That it is not possible to define a pthread_mutex of type PTHREAD_MUTEX_RECURSIVE.
I have 2 threads which both go to the same mutex, and one of the thread gets it twice, so I have to use
A recursive mutex.
Any idea what would cause a deadlock in this situation?
My ACE version is 5.1
Thanks
Eli Kazum