UDK 3.2.7 C/C++ API Reference
|
SolarMutex interface, needed for SolarMutex. More...
#include <mutex.hxx>
Public Member Functions | |
virtual void | acquire ()=0 |
Blocks if mutex is already in use. | |
virtual sal_Bool | tryToAcquire ()=0 |
Tries to get the mutex without blocking. | |
virtual void | release ()=0 |
Releases the mutex. | |
Protected Member Functions | |
SolarMutex () | |
virtual | ~SolarMutex () |
SolarMutex interface, needed for SolarMutex.
Deprecated, used just for Application::GetSolarMutex().
osl::SolarMutex::SolarMutex | ( | ) | [inline, protected] |
virtual osl::SolarMutex::~SolarMutex | ( | ) | [inline, protected, virtual] |
virtual void osl::SolarMutex::acquire | ( | ) | [pure virtual] |
Blocks if mutex is already in use.
virtual void osl::SolarMutex::release | ( | ) | [pure virtual] |
Releases the mutex.
virtual sal_Bool osl::SolarMutex::tryToAcquire | ( | ) | [pure virtual] |
Tries to get the mutex without blocking.