Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7422: Provide a condition variable with zero-overhead performance penality
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-01 19:11:01
#7422: Provide a condition variable with zero-overhead performance penality
------------------------------------------+---------------------------------
Reporter: maxim.yegorushkin@⦠| Owner: viboes
Type: Feature Requests | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.51.0 | Severity: Regression
Resolution: | Keywords: condition_variable
------------------------------------------+---------------------------------
Comment (by viboes):
I'm passing the regression test and there are some issues, between others
it is needed to lock in the internal mutex
{{{
#if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
//BOOST_THREAD_LOG << BOOST_THREAD_END_LOG;
detail::interruption_checker
check_for_interruption(&internal_mutex,&cond);
#else
boost::pthread2::pthread_mutex_scoped_lock
internal_lock2(&internal_mutex);
#endif
}}}
I will commit the fixes as soon as everything is OK.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7422#comment:9> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC