Home
last modified time | relevance | path

Searched refs:exclusive_auto_unlocker (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/log/detail/
Dlocks.hpp99 struct exclusive_auto_unlocker struct
101 explicit exclusive_auto_unlocker(MutexT& m) BOOST_NOEXCEPT : m_Mutex(m) in exclusive_auto_unlocker() argument
104 ~exclusive_auto_unlocker() in ~exclusive_auto_unlocker() argument
109 BOOST_DELETED_FUNCTION(exclusive_auto_unlocker(exclusive_auto_unlocker const&))
110 BOOST_DELETED_FUNCTION(exclusive_auto_unlocker& operator= (exclusive_auto_unlocker const&))
/third_party/boost/boost/log/sinks/
Dbasic_sink_frontend.hpp205 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()