Home
last modified time | relevance | path

Searched refs:getCurrentThreadPoolJob (Results 1 – 12 of 12) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/UserAccount/
H A Djucer_LicenseQueryThread.h321 if (ThreadPoolJob::getCurrentThreadPoolJob()->shouldExit()) in runTask()
337 if (ThreadPoolJob::getCurrentThreadPoolJob()->shouldExit()) in runTask()
347 if (ThreadPoolJob::getCurrentThreadPoolJob()->shouldExit()) in runTask()
356 if (ThreadPoolJob::getCurrentThreadPoolJob()->shouldExit()) in runTask()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/threads/
H A Djuce_ThreadPool.h130 static ThreadPoolJob* getCurrentThreadPoolJob();
H A Djuce_ThreadPool.cpp84 ThreadPoolJob* ThreadPoolJob::getCurrentThreadPoolJob() in getCurrentThreadPoolJob() function in juce::ThreadPoolJob
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/threads/
H A Djuce_ThreadPool.h130 static ThreadPoolJob* getCurrentThreadPoolJob();
H A Djuce_ThreadPool.cpp84 ThreadPoolJob* ThreadPoolJob::getCurrentThreadPoolJob() in getCurrentThreadPoolJob() function in juce::ThreadPoolJob
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/threads/
H A Djuce_ThreadPool.h130 static ThreadPoolJob* getCurrentThreadPoolJob();
H A Djuce_ThreadPool.cpp84 ThreadPoolJob* ThreadPoolJob::getCurrentThreadPoolJob() in getCurrentThreadPoolJob() function in juce::ThreadPoolJob
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_AvailableModulesList.h148 if (auto* job = ThreadPoolJob::getCurrentThreadPoolJob()) in addAllModulesInSubfoldersRecursively()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.cpp614 if (auto* job = ThreadPoolJob::getCurrentThreadPoolJob()) in shouldExit()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.cpp614 if (auto* job = ThreadPoolJob::getCurrentThreadPoolJob()) in shouldExit()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DOpenGLDemo.h666 const MessageManagerLock mml (ThreadPoolJob::getCurrentThreadPoolJob()); in applyTo()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp1520 const MessageManagerLock mml (ThreadPoolJob::getCurrentThreadPoolJob()); in loadAsImageFile()