#include "mlUtilsSystem.h"
#include "mlMutex.h"
#include "mlWaitCondition.h"
Go to the source code of this file.
Classes | |
| class | ml::Barrier |
| A barrier class that handles synchronization of multiple threads Thread-safety: This class is thread-safe. More... | |
| class | ml::ScopedBarrierWaiter |
| A helper class that ensures barrier waiting even when an exception occurs. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
Definition in file mlBarrier.h.
1.5.8