openshot-audio
0.1.4
|
#include <juce_core.h>
Classes | |
struct | ScopedLockType |
Public Types | |
typedef ScopedLockType | ScopedUnlockType |
Public Member Functions | |
DummyCriticalSection () noexcept | |
~DummyCriticalSection () noexcept | |
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.
A dummy scoped-unlocker type to use with a dummy critical section.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |