FLock declaration.
More...
#include "flock.h"
|
| | FLock (const char8 *name="FLock") |
| | Lock constructor.
|
| |
| | ~FLock () SMTG_OVERRIDE |
| | Lock destructor.
|
| |
| void | lock () SMTG_OVERRIDE |
| | Enables lock.
|
| |
| void | unlock () SMTG_OVERRIDE |
| | Disables lock.
|
| |
| bool | trylock () SMTG_OVERRIDE |
| | Tries to disable lock.
|
| |
FLock declaration.
<>
Definition at line 91 of file flock.h.
◆ FLock()
| Steinberg::Base::Thread::FLock::FLock |
( |
const char8 * |
name = "FLock" | ) |
|
Lock constructor.
- Parameters
-
Definition at line 68 of file flock.cpp.
◆ ~FLock()
| Steinberg::Base::Thread::FLock::~FLock |
( |
| ) |
|
Lock destructor.
Definition at line 86 of file flock.cpp.
◆ lock()
| void Steinberg::Base::Thread::FLock::lock |
( |
| ) |
|
|
virtual |
◆ trylock()
| bool Steinberg::Base::Thread::FLock::trylock |
( |
| ) |
|
|
virtual |
◆ unlock()
| void Steinberg::Base::Thread::FLock::unlock |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- juce_audio_processors/format_types/VST3_SDK/base/thread/include/flock.h
- juce_audio_processors/format_types/VST3_SDK/base/thread/source/flock.cpp