#include <CheckedMutex.h>
|
boost::condition_variable | _cv |
|
boost::mutex | _mtx |
|
boost::thread::id | _owner |
|
◆ CheckedMutex() [1/2]
tigl::CheckedMutex::CheckedMutex |
( |
| ) |
|
|
default |
◆ ~CheckedMutex()
tigl::CheckedMutex::~CheckedMutex |
( |
| ) |
|
|
default |
◆ CheckedMutex() [2/2]
◆ lock()
void tigl::CheckedMutex::lock |
( |
| ) |
|
|
inline |
◆ operator=()
◆ try_lock()
bool tigl::CheckedMutex::try_lock |
( |
| ) |
|
|
inline |
◆ unlock()
void tigl::CheckedMutex::unlock |
( |
| ) |
|
|
inline |
◆ _cv
boost::condition_variable tigl::CheckedMutex::_cv |
|
private |
◆ _mtx
boost::mutex tigl::CheckedMutex::_mtx |
|
private |
◆ _owner
boost::thread::id tigl::CheckedMutex::_owner |
|
private |
The documentation for this class was generated from the following file: