DSPatch  v.2.42
C++ Cross-Platform, Object-Oriented, Flow-Based Programming Library
 All Classes Pages
Static Public Member Functions
DspWaitCondition Class Reference

Cross-platform, object-oriented conditional wait. More...

#include <DspThreadNull.h>

List of all members.

Static Public Member Functions

static void Wait (DspMutex &mutex)
static void WakeAll ()

Detailed Description

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.


The documentation for this class was generated from the following file: