JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
juce::LambdaThread Member List

This is the complete list of members for juce::LambdaThread, including all inherited members.

addListener(Listener *)juce::Thread
currentThreadShouldExit()juce::Threadstatic
fn (defined in juce::LambdaThread)juce::LambdaThread
getCurrentThread()juce::Threadstatic
getCurrentThreadId()juce::Threadstatic
getPriority() constjuce::Threadprotected
getThreadId() const noexceptjuce::Thread
getThreadName() const noexceptjuce::Thread
initialiseJUCE(void *jniEnv, void *jContext)juce::Threadstatic
isRealtime() constjuce::Thread
isThreadRunning() constjuce::Thread
LambdaThread(std::function< void()> &&f) (defined in juce::LambdaThread)juce::LambdaThread
launch(std::function< void()> functionToRun)juce::Threadstatic
launch(Priority priority, std::function< void()> functionToRun)juce::Threadstatic
notify() constjuce::Thread
osDefaultStackSize (defined in juce::Thread)juce::Threadstatic
Priority enum namejuce::Thread
removeListener(Listener *)juce::Thread
run() overridejuce::LambdaThreadvirtual
setAffinityMask(uint32 affinityMask)juce::Thread
setCurrentThreadAffinityMask(uint32 affinityMask)juce::Threadstatic
setCurrentThreadName(const String &newThreadName)juce::Threadstatic
setPriority(Priority newPriority)juce::Threadprotected
signalThreadShouldExit()juce::Thread
sleep(int milliseconds)juce::Threadstatic
startRealtimeThread(const RealtimeOptions &options)juce::Thread
startThread()juce::Thread
startThread(Priority newPriority)juce::Thread
stopThread(int timeOutMilliseconds)juce::Thread
Thread(const String &threadName, size_t threadStackSize=osDefaultStackSize)juce::Threadexplicit
ThreadID typedefjuce::Thread
threadShouldExit() constjuce::Thread
wait(double timeOutMilliseconds) constjuce::Thread
waitForThreadToExit(int timeOutMilliseconds) constjuce::Thread
yield()juce::Threadstatic
~Thread()juce::Threadvirtual