9 May
2007
9 May
'07
11:55 a.m.
Kirit Sælensminde wrote:
// Notify joins boost::mutex::scoped_lock lock( m_mutex ); j->first->m_completed = true; j->first->m_control.notify_all();
Are you sure that you want to lock m_mutex here and not j->first->m_mutex? (Also applies to the catch clauses.)