Kea 2.7.5
|
Standard implementation of read-write mutexes with writer preference using C++11 mutex and condition variable. More...
#include <exceptions/exceptions.h>
#include <boost/noncopyable.hpp>
#include <climits>
#include <condition_variable>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::util::ReadLockGuard |
Read mutex RAII handler. More... | |
class | isc::util::ReadWriteMutex |
Read-Write Mutex. More... | |
class | isc::util::WriteLockGuard |
Write mutex RAII handler. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
Standard implementation of read-write mutexes with writer preference using C++11 mutex and condition variable.
As we need only the RAII wrappers implement only used methods.
Definition in file readwrite_mutex.h.