#include <lockable_adapter.hpp>
Public Types | |
typedef TimedLock | mutex_type |
Public Member Functions | |
template<typename Clock , typename Duration > | |
bool | try_lock_until (chrono::time_point< Clock, Duration > const &abs_time) const |
template<typename Rep , typename Period > | |
bool | try_lock_for (chrono::duration< Rep, Period > const &rel_time) const |
bool | try_lock () const |
BOOST_THREAD_NO_COPYABLE (basic_lockable_adapter) basic_lockable_adapter() | |
void | lock () const |
void | unlock () const |
Protected Member Functions | |
mutex_type & | lockable () const |
Protected Attributes | |
mutex_type | lockable_ |
typedef TimedLock boost::timed_lockable_adapter< TimedLock >::mutex_type |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
mutableprotectedinherited |