Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::basic_cv_list_entry Class Reference

#include <condition_variable.hpp>

Public Member Functions

 basic_cv_list_entry (detail::win32::handle_manager const &wake_sem_)
 
void add_waiter ()
 
void remove_waiter ()
 
void release (unsigned count_to_release)
 
void release_waiters ()
 
bool is_notified () const
 
bool wait (timeout abs_time)
 
bool woken ()
 

Static Public Member Functions

static bool no_waiters (boost::intrusive_ptr< basic_cv_list_entry > const &entry)
 

Friends

void intrusive_ptr_add_ref (basic_cv_list_entry *p)
 
void intrusive_ptr_release (basic_cv_list_entry *p)
 

Constructor & Destructor Documentation

boost::detail::basic_cv_list_entry::basic_cv_list_entry ( detail::win32::handle_manager const wake_sem_)
inlineexplicit

Member Function Documentation

void boost::detail::basic_cv_list_entry::add_waiter ( )
inline
bool boost::detail::basic_cv_list_entry::is_notified ( ) const
inline
static bool boost::detail::basic_cv_list_entry::no_waiters ( boost::intrusive_ptr< basic_cv_list_entry > const entry)
inlinestatic
void boost::detail::basic_cv_list_entry::release ( unsigned  count_to_release)
inline

Referenced by release_waiters().

void boost::detail::basic_cv_list_entry::release_waiters ( )
inline
void boost::detail::basic_cv_list_entry::remove_waiter ( )
inline
bool boost::detail::basic_cv_list_entry::wait ( timeout  abs_time)
inline
bool boost::detail::basic_cv_list_entry::woken ( )
inline

References BOOST_ASSERT.

Friends And Related Function Documentation

void intrusive_ptr_add_ref ( basic_cv_list_entry p)
friend
void intrusive_ptr_release ( basic_cv_list_entry p)
friend

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