Home
last modified time | relevance | path

Searched defs:interprocess_mutex (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/log/src/posix/
Dipc_sync_wrappers.hpp93 struct interprocess_mutex struct
95 struct auto_unlock
107 pthread_mutex_t mutex;
109 interprocess_mutex() in interprocess_mutex() function
129 ~interprocess_mutex() in ~interprocess_mutex()
134 void lock() in lock()
145 void unlock() BOOST_NOEXCEPT in unlock()
151 void recover() in recover()
/third_party/boost/boost/interprocess/sync/
Dinterprocess_mutex.hpp72 class interprocess_mutex class
155 inline interprocess_mutex::interprocess_mutex(){} in interprocess_mutex() function in boost::interprocess::interprocess_mutex
/third_party/boost/libs/interprocess/test/
Dmutex_test_template.hpp44 mutex_type interprocess_mutex; in operator ()() local
70 mutex_type interprocess_mutex; in operator ()() local
104 mutex_type interprocess_mutex; in operator ()() local
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp206 class interprocess_mutex class
280 interprocess_mutex() BOOST_NOEXCEPT : m_shared_state(NULL) in interprocess_mutex() function in boost::ipc::aux::interprocess_mutex
/third_party/boost/boost/interprocess/mem_algo/detail/
Dsimple_seq_fit_impl.hpp108 typedef typename MutexFamily::mutex_type interprocess_mutex; typedef in boost::interprocess::ipcdetail::simple_seq_fit_impl