Searched defs:backend_mutex (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/log/sinks/ |
| D | basic_sink_frontend.hpp | 160 void feed_record(record_view const& rec, BackendMutexT& backend_mutex, BackendT& backend) in feed_record() 184 bool try_feed_record(record_view const& rec, BackendMutexT& backend_mutex, BackendT& backend) in try_feed_record() 215 void flush_backend(BackendMutexT& backend_mutex, BackendT& backend) in flush_backend() 225 void flush_backend_impl(BackendMutexT& backend_mutex, BackendT& backend, mpl::true_) in flush_backend_impl() 435 void feed_record(record_view const& rec, BackendMutexT& backend_mutex, BackendT& backend) in feed_record() 482 bool try_feed_record(record_view const& rec, BackendMutexT& backend_mutex, BackendT& backend) in try_feed_record()
|