JUCE
Thread Member List

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

currentThreadShouldExit()Threadstatic
getCurrentThread()Threadstatic
getCurrentThreadId()Threadstatic
getThreadId() const noexceptThread
getThreadName() constThread
isThreadRunning() constThread
notify() constThread
run()=0Threadpure virtual
setAffinityMask(uint32 affinityMask)Thread
setCurrentThreadAffinityMask(uint32 affinityMask)Threadstatic
setCurrentThreadName(const String &newThreadName)Threadstatic
setCurrentThreadPriority(int priority)Threadstatic
setPriority(int priority)Thread
signalThreadShouldExit()Thread
sleep(int milliseconds)Threadstatic
startThread()Thread
startThread(int priority)Thread
stopThread(int timeOutMilliseconds)Thread
Thread(const String &threadName, size_t threadStackSize=0)Threadexplicit
ThreadID typedefThread
threadShouldExit() constThread
wait(int timeOutMilliseconds) constThread
waitForThreadToExit(int timeOutMilliseconds) constThread
yield()Threadstatic
~Thread()Threadvirtual