Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::ipcdetail::spin_mutex Class Reference

#include <mutex.hpp>

Public Member Functions

 spin_mutex ()
 
 ~spin_mutex ()
 
void lock ()
 
bool try_lock ()
 
bool timed_lock (const boost::posix_time::ptime &abs_time)
 
void unlock ()
 
void take_ownership ()
 

Constructor & Destructor Documentation

boost::interprocess::ipcdetail::spin_mutex::spin_mutex ( )
inline
boost::interprocess::ipcdetail::spin_mutex::~spin_mutex ( )
inline

Member Function Documentation

void boost::interprocess::ipcdetail::spin_mutex::lock ( void  )
inline
void boost::interprocess::ipcdetail::spin_mutex::take_ownership ( )
inline
bool boost::interprocess::ipcdetail::spin_mutex::try_lock ( void  )
inline
void boost::interprocess::ipcdetail::spin_mutex::unlock ( void  )
inline

The documentation for this class was generated from the following file: