|
LibreOffice
LibreOffice 4.2 SDK 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. More... | |
| sal_Bool | check () |
| Checks if the condition is set without blocking. More... | |
|
inline |
|
inline |
|
inline |
Checks if the condition is set without blocking.
|
inline |
|
inline |
Blocks the calling thread until condition is set.
1.8.6