Kea 2.5.8
watched_thread.h File Reference
#include <util/watch_socket.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <mutex>
#include <thread>
+ Include dependency graph for watched_thread.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::util::WatchedThread
 Provides a thread and controls for monitoring its activities. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::util
 

Typedefs

typedef boost::shared_ptr< std::thread > isc::util::ThreadPtr
 Thread pointer type.
 
typedef boost::shared_ptr< WatchedThread > isc::util::WatchedThreadPtr
 Defines a pointer to a WatchedThread.