45 volatile FXuint generation;
46 volatile FXuint thresh;
47 volatile FXuint count;
60 FXbool threshold(FXuint thr);
A condition allows one or more threads to synchronize to an event.
Definition: FXCondition.h:35
FXuint threshold() const
Return the threshold, i.e.
Definition: FXBarrier.h:66
Definition: FX4Splitter.h:28
Barrier with changeable threshold.
Definition: FXBarrier.h:41
FXMutex provides a mutex which can be used to enforce critical sections around updates of data shared...
Definition: FXMutex.h:31