#include <condition_variable.hpp>
boost::detail::basic_condition_variable::basic_condition_variable |
( |
| ) |
|
|
inline |
boost::detail::basic_condition_variable::~basic_condition_variable |
( |
| ) |
|
|
inline |
template<typename lock_type >
bool boost::detail::basic_condition_variable::do_wait |
( |
lock_type & |
lock, |
|
|
timeout |
abs_time |
|
) |
| |
|
inlineprotected |
template<typename lock_type , typename predicate_type >
bool boost::detail::basic_condition_variable::do_wait |
( |
lock_type & |
m, |
|
|
timeout const & |
abs_time, |
|
|
predicate_type |
pred |
|
) |
| |
|
inlineprotected |
void boost::detail::basic_condition_variable::notify_all |
( |
| ) |
|
|
inline |
void boost::detail::basic_condition_variable::notify_one |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: