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

Describes the lock options with associated with interprocess_mutex lock constructors. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for lock_options.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::interprocess::defer_lock_type
 Type to indicate to a mutex lock constructor that must not lock the mutex. More...
 
struct  boost::interprocess::try_to_lock_type
 Type to indicate to a mutex lock constructor that must try to lock the mutex. More...
 
struct  boost::interprocess::accept_ownership_type
 Type to indicate to a mutex lock constructor that the mutex is already locked. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::posix_time
 Defines a non-adjusted time system with nano-second resolution and stable calculation properties.
 
 boost::interprocess
 

Detailed Description

Describes the lock options with associated with interprocess_mutex lock constructors.