
16 Jul
2004
16 Jul
'04
11:29 a.m.
Michael Glassford wrote:
Peter Dimov wrote:
[Boost.Threads cv on recursive_mutex]
When I first read this it made sense to me, but now I'm not seeing it. It's not possible for another thread (thread B) to lock the recursive mutex just after thread A executes m_count = 0 because thread A still holds the m_mutex, right?
I think I was wrong. The situation I described is a non-problem.