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

Cross-platform, object-oriented mutex. More...

#include <DspThreadNull.h>

List of all members.

Static Public Member Functions

static void Lock ()
static void Unlock ()

Detailed Description

Cross-platform, object-oriented mutex.

DspMutex is a simple mutex that can lock a critical section of code for exclusive access by the calling thread. Other threads attempting to acquire a lock while another has acquired it will wait at the Lock() method call until the thread that owns the mutex calls Unlock().

Definition at line 76 of file DspThreadNull.h.


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