OpenShot Library | libopenshot-audio
0.2.0
|
A class that can be used in place of a real CriticalSection object, but which doesn't perform any locking. More...
#include <juce_CriticalSection.h>
Classes | |
struct | ScopedLockType |
A dummy scoped-lock type to use with a dummy critical section. More... | |
Public Types | |
using | ScopedUnlockType = ScopedLockType |
A dummy scoped-unlocker type to use with a dummy critical section. More... | |
Public Member Functions | |
void | enter () const noexcept |
bool | tryEnter () const noexcept |
void | exit () const noexcept |
A class that can be used in place of a real CriticalSection object, but which doesn't perform any locking.
This is currently used by some templated classes, and most compilers should manage to optimise it out of existence.
Definition at line 137 of file juce_CriticalSection.h.
A dummy scoped-unlocker type to use with a dummy critical section.
Definition at line 155 of file juce_CriticalSection.h.