OpenShot Audio Library | OpenShotAudio 0.4.0
juce::Thread Member List

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

addListener(Listener *)juce::Thread
currentThreadShouldExit()juce::Threadstatic
getCurrentThread()juce::Threadstatic
getCurrentThreadId()juce::Threadstatic
getPriority() constjuce::Threadprotected
getThreadId() const noexceptjuce::Thread
getThreadName() const noexceptjuce::Threadinline
isRealtime() constjuce::Thread
isThreadRunning() constjuce::Thread
juce_threadEntryPoint (defined in juce::Thread)juce::Threadfriend
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()=0juce::Threadpure virtual
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