#include <xvr2/CoreExceptions.h>
#include <xvr2/Threading.h>
#include <xvr2/Mutex.h>
Go to the source code of this file.
Namespaces | |
| namespace | xvr2 |
Classes | |
| class | xvr2::ConditionVar |
| Condition variables is another type of synchronization device unlike the Mutex how locks and unlocks a thread, this devide does somethings a bit different, this one waits for a condition to be reached, if the condition in fact has been accomplished it will lock and unlock a thread or a set of threads that might be waiting for a conditiond to be reached on that specific ConditionVar object. More... | |
1.5.5