Pthread condition variable for UG Framework. More...
Go to the source code of this file.
Classes | |
| class | ConditionVariable |
| Condition variable. More... | |
Namespaces | |
| namespace | UG |
Macros | |
| #define | CONDITIONVARIABLE_WAIT(var, cond) |
| Perform exception-safe waiting on a condition variable. This macro waits on VAR until COND is true. More... | |
Pthread condition variable for UG Framework.
Many thanks to Daniel Junglas.
Definition in file paraPthCondVar.h.
| #define CONDITIONVARIABLE_WAIT | ( | var, | |
| cond | |||
| ) |
Perform exception-safe waiting on a condition variable. This macro waits on VAR until COND is true.
Definition at line 200 of file paraPthCondVar.h.