casa::async::Mutex Class Reference
#include <AsynchronousTools.h>
List of all members.
Detailed Description
Definition at line 31 of file AsynchronousTools.h.
Constructor & Destructor Documentation
casa::async::Mutex::Mutex |
( |
|
) |
|
virtual casa::async::Mutex::~Mutex |
( |
|
) |
[virtual] |
casa::async::Mutex::Mutex |
( |
const Mutex & |
other |
) |
[private] |
Member Function Documentation
void casa::async::Mutex::acquirelock |
( |
|
) |
|
jagonzal: Useful when mandatory is locking
std::mutex& casa::async::Mutex::getMutex |
( |
|
) |
[protected] |
void casa::async::Mutex::lock |
( |
|
) |
|
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 |
( |
|
) |
|
Bool lock (Int milliseconds);.
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: