JUCE
Classes | Namespaces | Typedefs
juce_CriticalSection.h File Reference

Classes

class  juce::CriticalSection
 A re-entrant mutex. More...
 
class  juce::DummyCriticalSection
 A class that can be used in place of a real CriticalSection object, but which doesn't perform any locking. More...
 
struct  juce::DummyCriticalSection::ScopedLockType
 A dummy scoped-lock type to use with a dummy critical section. More...
 

Namespaces

 juce
 Classes for IIR filter processing.
 

Typedefs

typedef CriticalSection::ScopedLockType juce::ScopedLock
 Automatically locks and unlocks a CriticalSection object. More...
 
typedef CriticalSection::ScopedUnlockType juce::ScopedUnlock
 Automatically unlocks and re-locks a CriticalSection object. More...
 
typedef CriticalSection::ScopedTryLockType juce::ScopedTryLock
 Automatically tries to lock and unlock a CriticalSection object. More...