BasicLock object supports the basic features required to delimit a critical region Supports the basic lock, unlock and try_lock functions and defines the lock traits. More...
#include <lock_concepts.hpp>
Public Types | |
typedef Lk::mutex_type | mutex_type |
Public Member Functions | |
void | cvt_mutex_ptr (mutex_type *) |
BOOST_CONCEPT_ASSERT ((BasicLockable< mutex_type >)) | |
BOOST_CONCEPT_USAGE (BasicLock) | |
BasicLock () | |
BasicLock object supports the basic features required to delimit a critical region Supports the basic lock, unlock and try_lock functions and defines the lock traits.
typedef Lk::mutex_type boost::BasicLock< Lk >::mutex_type |
|
inline |
boost::BasicLock< Lk >::BOOST_CONCEPT_ASSERT | ( | (BasicLockable< mutex_type >) | ) |
|
inline |
|
inline |
Referenced by boost::BasicLock< Lk >::BOOST_CONCEPT_USAGE().