Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class lock_exception

boost::interprocess::lock_exception

Synopsis

// In header: <boost/interprocess/exceptions.hpp>


class lock_exception : public  {
public:

  // public member functions
  ( = ) ;
   () ;
};

Description

This is the exception thrown by shared interprocess_mutex family when a deadlock situation is detected or when using a interprocess_condition the interprocess_mutex is not locked

lock_exception public member functions

  1. ( err = ) ;
  2.  () ;

PrevUpHomeNext