#include <shared_mutex.hpp>
boost::thread_v2::shared_mutex::shared_mutex |
( |
| ) |
|
|
inline |
boost::thread_v2::shared_mutex::~shared_mutex |
( |
| ) |
|
|
inline |
boost::thread_v2::shared_mutex::shared_mutex |
( |
shared_mutex const & |
| ) |
|
|
delete |
void boost::thread_v2::shared_mutex::lock |
( |
void |
| ) |
|
|
inline |
void boost::thread_v2::shared_mutex::lock_shared |
( |
| ) |
|
|
inline |
bool boost::thread_v2::shared_mutex::try_lock |
( |
void |
| ) |
|
|
inline |
template<class Rep , class Period >
bool boost::thread_v2::shared_mutex::try_lock_shared |
( |
| ) |
|
|
inline |
template<class Rep , class Period >
bool boost::thread_v2::shared_mutex::try_lock_shared_for |
( |
const boost::chrono::duration< Rep, Period > & |
rel_time | ) |
|
|
inline |
template<class Clock , class Duration >
template<class Clock , class Duration >
void boost::thread_v2::shared_mutex::unlock |
( |
void |
| ) |
|
|
inline |
void boost::thread_v2::shared_mutex::unlock_shared |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: