76 FXbool wait(
FXMutex& mtx,FXTime nsec);
Establish a correspondence between a C++ scope and a FXMutex, so that entering and leaving the scope ...
Definition: FXMutex.h:71
FXMutex & mutex()
Return reference to associated mutex.
Definition: FXMutex.h:122
A condition allows one or more threads to synchronize to an event.
Definition: FXCondition.h:35
The Reverse Mutex unlocks its associated FXMutex when entering the scope, and automatically relocks i...
Definition: FXMutex.h:109
Definition: FX4Splitter.h:28
FXMutex provides a mutex which can be used to enforce critical sections around updates of data shared...
Definition: FXMutex.h:31
FXMutex & mutex()
Return reference to associated mutex.
Definition: FXMutex.h:84