OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_CriticalSection.h>
Classes | |
struct | ScopedLockType |
Public Types | |
using | ScopedUnlockType = ScopedLockType |
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 133 of file juce_CriticalSection.h.
A dummy scoped-unlocker type to use with a dummy critical section.
Definition at line 151 of file juce_CriticalSection.h.
|
inlinenoexcept |
Definition at line 139 of file juce_CriticalSection.h.
|
inlinenoexcept |
Definition at line 141 of file juce_CriticalSection.h.
|
inlinenoexcept |
Definition at line 140 of file juce_CriticalSection.h.