$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-07-16 06:29:33
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.