JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_CriticalSection.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Typedefs

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