#include <basic_timed_mutex.hpp>
boost::detail::basic_timed_mutex::BOOST_STATIC_CONSTANT |
( |
unsigned |
char, |
|
|
lock_flag_bit |
= 31 |
|
) |
| |
boost::detail::basic_timed_mutex::BOOST_STATIC_CONSTANT |
( |
unsigned |
char, |
|
|
event_set_flag_bit |
= 30 |
|
) |
| |
boost::detail::basic_timed_mutex::BOOST_STATIC_CONSTANT |
( |
long |
, |
|
|
lock_flag_value |
= 1<< lock_flag_bit |
|
) |
| |
boost::detail::basic_timed_mutex::BOOST_STATIC_CONSTANT |
( |
long |
, |
|
|
event_set_flag_value |
= 1<< event_set_flag_bit |
|
) |
| |
void boost::detail::basic_timed_mutex::clear_waiting_and_try_lock |
( |
long & |
old_count | ) |
|
|
inline |
void boost::detail::basic_timed_mutex::destroy |
( |
| ) |
|
|
inline |
void boost::detail::basic_timed_mutex::initialize |
( |
void |
| ) |
|
|
inline |
void boost::detail::basic_timed_mutex::lock |
( |
void |
| ) |
|
|
inline |
void boost::detail::basic_timed_mutex::mark_waiting_and_try_lock |
( |
long & |
old_count | ) |
|
|
inline |
bool boost::detail::basic_timed_mutex::try_lock |
( |
void |
| ) |
|
|
inline |
void boost::detail::basic_timed_mutex::unlock |
( |
void |
| ) |
|
|
inline |
long boost::detail::basic_timed_mutex::active_count |
void* boost::detail::basic_timed_mutex::event |
The documentation for this struct was generated from the following file: