![]() |
DSPatch
v.2.42
C++ Cross-Platform, Object-Oriented, Flow-Based Programming Library
|
Cross-platform, object-oriented conditional wait. More...
#include <DspThreadNull.h>
Static Public Member Functions | |
static void | Wait (DspMutex &mutex) |
static void | WakeAll () |
Cross-platform, object-oriented conditional wait.
A wait condition works like an indefinite sleep. When a thread calls the Wait() function it is put to sleep until it is woken by the WakeAll() function of the same DspWaitCondition object. This is used to synchronize actions between threads.
Definition at line 96 of file DspThreadNull.h.