My Project
UDK 3.2.7 C/C++ API Reference
|
#include <conditn.hxx>
Public Types | |
enum | Result { result_ok = osl_cond_result_ok, result_error = osl_cond_result_error, result_timeout = osl_cond_result_timeout } |
Public Member Functions | |
Condition () | |
~Condition () | |
void | set () |
void | reset () |
Result | wait (const TimeValue *pTimeout=0) |
Blocks the calling thread until condition is set. | |
sal_Bool | check () |
Checks if the condition is set without blocking. |
|
inline |
|
inline |
|
inline |
Checks if the condition is set without blocking.
|
inline |
|
inline |
Blocks the calling thread until condition is set.