UDK 3.2.7 C/C++ API Reference
|
#include <monitor.hxx>
Public Member Functions | |
MonitorCondition () throw () | |
Construction. | |
~MonitorCondition () throw () | |
Destruction. | |
void | acquire () throw () |
Acquire or enter the monitor. | |
void | release () throw () |
Release or leave the monitor. | |
void | wait () throw () |
Wait until all references are released. |
salhelper::MonitorCondition::MonitorCondition | ( | ) | throw () [inline] |
Construction.
salhelper::MonitorCondition::~MonitorCondition | ( | ) | throw () [inline] |
Destruction.
void salhelper::MonitorCondition::acquire | ( | ) | throw () [inline] |
Acquire or enter the monitor.
void salhelper::MonitorCondition::release | ( | ) | throw () [inline] |
Release or leave the monitor.
void salhelper::MonitorCondition::wait | ( | ) | throw () [inline] |
Wait until all references are released.