Home
last modified time | relevance | path

Searched refs:ScopedSingleProcessLocker (Results 1 – 8 of 8) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/backend/
H A DCarlaPlugin.hpp1045 class ScopedSingleProcessLocker class in CarlaPlugin
1048 ScopedSingleProcessLocker(CarlaPlugin* plugin, bool block) noexcept;
1049 ~ScopedSingleProcessLocker() noexcept;
1056 CARLA_DECLARE_NON_COPY_CLASS(ScopedSingleProcessLocker)
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPlugin.cpp1402 const ScopedSingleProcessLocker spl(this, true); in setActive()
2096 const ScopedSingleProcessLocker sspl(this, true); in idle()
2699 CarlaPlugin::ScopedSingleProcessLocker::ScopedSingleProcessLocker(CarlaPlugin* const plugin, const … in ScopedSingleProcessLocker() function in CarlaPlugin::ScopedSingleProcessLocker
2713 CarlaPlugin::ScopedSingleProcessLocker::~ScopedSingleProcessLocker() noexcept in ~ScopedSingleProcessLocker()
H A DCarlaPluginJuce.cpp397 const ScopedSingleProcessLocker spl(this, true); in setChunkData()
417 const ScopedSingleProcessLocker spl(this, true); in setChunkData()
434 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setProgram()
H A DCarlaPluginLADSPADSSI.cpp781 const ScopedSingleProcessLocker spl(this, true); in setCustomData()
799 const ScopedSingleProcessLocker spl(this, true); in setChunkData()
824 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setMidiProgram()
H A DCarlaPluginFluidSynth.cpp419 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setParameterValue()
577 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setMidiProgram()
H A DCarlaPluginVST2.cpp446 const ScopedSingleProcessLocker spl(this, true); in setChunkData()
471 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setProgram()
H A DCarlaPluginNative.cpp805 const ScopedSingleProcessLocker spl(this, true); in setCustomData()
886 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setMidiProgram()
H A DCarlaPluginLV2.cpp1631 const ScopedSingleProcessLocker spl(this, block); in setProgram()
1660 const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback)); in setMidiProgram()
5113 const ScopedSingleProcessLocker spl(this, !fHasThreadSafeRestore); in restoreLV2State()
5645 const ScopedSingleProcessLocker spl(this, true); in handleProgramChanged()