Kea  1.5.0
sync.h File Reference
#include <exceptions/exceptions.h>
#include <boost/noncopyable.hpp>
#include <cstdlib>
+ Include dependency graph for sync.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  isc::util::thread::Mutex::Locker::AlreadyLocked
 Exception thrown when the mutex is already locked and a non-blocking locker is attempted around it. More...
 
class  isc::util::thread::CondVar
 Encapsulation for a condition variable. More...
 
class  isc::util::thread::Mutex::Locker
 This holds a lock on a Mutex. More...
 
class  isc::util::thread::Mutex
 Mutex with very simple interface. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 
 isc::util::thread
 Wrappers for thread related functionality.