Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
interprocess_mutex.hpp File Reference

Describes a mutex class that can be placed in memory shared by several processes. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/detail/posix_time_types_wrk.hpp>
#include <boost/assert.hpp>
#include <boost/interprocess/sync/spin/mutex.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for interprocess_mutex.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::interprocess::ipcdetail::robust_emulation_helpers::mutex_traits< T >
 
class  boost::interprocess::interprocess_mutex
 Wraps a interprocess_mutex that can be placed in shared memory and can be shared between processes. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 
 boost::interprocess::ipcdetail
 
 boost::interprocess::ipcdetail::robust_emulation_helpers
 

Macros

#define BOOST_INTERPROCESS_USE_GENERIC_EMULATION
 

Detailed Description

Describes a mutex class that can be placed in memory shared by several processes.

Macro Definition Documentation

#define BOOST_INTERPROCESS_USE_GENERIC_EMULATION