BLOCXX_NAMESPACE::Mutex Class Reference
#include <Mutex.hpp>
List of all members.
Detailed Description
Definition at line 47 of file Mutex.hpp.
Constructor & Destructor Documentation
BLOCXX_NAMESPACE::Mutex::Mutex |
( |
|
) |
|
BLOCXX_NAMESPACE::Mutex::~Mutex |
( |
|
) |
|
BLOCXX_NAMESPACE::Mutex::Mutex |
( |
const Mutex & |
|
) |
[private] |
Member Function Documentation
void BLOCXX_NAMESPACE::Mutex::acquire |
( |
|
) |
|
Acquire ownership of this Mutex object.
This call will block if another thread has ownership of this Mutex. When it returns, the current thread will be the owner of this Mutex object.
Definition at line 65 of file Mutex.cpp.
Mutex& BLOCXX_NAMESPACE::Mutex::operator= |
( |
const Mutex & |
|
) |
[private] |
bool BLOCXX_NAMESPACE::Mutex::release |
( |
|
) |
|
Release ownership of this Mutex object.
If another thread is waiting to acquire the ownership of this mutex it will stop blocking and acquire ownership when this call returns.
Definition at line 75 of file Mutex.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: