|
| Condition (const T &v) |
|
T | get () |
|
void | set (const T &v) |
|
bool | test_and_set (const T &test, const T &set) |
|
bool | wait_and_set (const T &wait_for, const T &set_to) |
|
T | wait_for_change (const T &v) |
|
void | wait_until_changed_to (const T &v) |
|
void | wait_until_changed_to_for (const T &v, int ms) |
|
The documentation for this class was generated from the following file: