#include <AsynchronousTools.h>
Definition at line 30 of file AsynchronousTools.h.
casa::async::Mutex::Mutex |
( |
| ) |
|
virtual casa::async::Mutex::~Mutex |
( |
| ) |
|
|
virtual |
casa::async::Mutex::Mutex |
( |
const Mutex & |
other | ) |
|
|
private |
void casa::async::Mutex::acquirelock |
( |
| ) |
|
jagonzal: Useful when mandatory is locking
std::mutex& casa::async::Mutex::getMutex |
( |
| ) |
|
|
protected |
void casa::async::Mutex::lock |
( |
| ) |
|
casacore::Bool isLockedByThisThread () const; // for debug purposes only !!!
Mutex casa::async::Mutex::operator= |
( |
const Mutex & |
other | ) |
|
|
private |
bool casa::async::Mutex::trylock |
( |
| ) |
|
void casa::async::Mutex::unlock |
( |
| ) |
|
MutexImpl* casa::async::Mutex::impl_p |
|
private |
bool casa::async::Mutex::isLocked_p |
|
private |
The documentation for this class was generated from the following file: