Searched refs:exclusive_auto_unlocker (Results 1 – 2 of 2) sorted by relevance
99 struct exclusive_auto_unlocker struct101 explicit exclusive_auto_unlocker(MutexT& m) BOOST_NOEXCEPT : m_Mutex(m) in exclusive_auto_unlocker() argument104 ~exclusive_auto_unlocker() in ~exclusive_auto_unlocker() argument109 BOOST_DELETED_FUNCTION(exclusive_auto_unlocker(exclusive_auto_unlocker const&))110 BOOST_DELETED_FUNCTION(exclusive_auto_unlocker& operator= (exclusive_auto_unlocker const&))
205 boost::log::aux::exclusive_auto_unlocker< BackendMutexT > unlocker(backend_mutex); in try_feed_record()503 boost::log::aux::exclusive_auto_unlocker< BackendMutexT > unlocker(backend_mutex); in try_feed_record()