Kea  1.5.0
isc::util::thread::CondVar::Impl Class Reference

Public Member Functions

 Impl ()
 
 ~Impl ()
 

Public Attributes

pthread_cond_t cond_
 

Detailed Description

Definition at line 194 of file sync.cc.

Constructor & Destructor Documentation

◆ Impl()

isc::util::thread::CondVar::Impl::Impl ( )
inline

Definition at line 196 of file sync.cc.

References cond_, and isc_throw.

◆ ~Impl()

isc::util::thread::CondVar::Impl::~Impl ( )
inline

Definition at line 203 of file sync.cc.

References cond_.

Member Data Documentation

◆ cond_

pthread_cond_t isc::util::thread::CondVar::Impl::cond_

The documentation for this class was generated from the following file: