![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::lock_exception
// In header: <boost/interprocess/exceptions.hpp> class lock_exception : public boost::interprocess::interprocess_exception { public: // construct/copy/destruct lock_exception() noexcept; // public member functions const char * what() const noexcept; };
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