![]() |
DSPatch
v.2.42
C++ Cross-Platform, Object-Oriented, Flow-Based Programming Library
|
Cross-platform, object-oriented mutex. More...
#include <DspThreadNull.h>
Static Public Member Functions | |
static void | Lock () |
static void | Unlock () |
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.