JUCE  v5.1.1-3-g1a0b28c73
JUCE API
Thread Member List

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

affinityMaskThreadprivate
closeThreadHandle()Threadprivate
currentThreadShouldExit()Threadstatic
defaultEventThreadprivate
getCurrentThread()Threadstatic
getCurrentThreadId()Threadstatic
getThreadId() const noexceptThreadinline
getThreadName() constThreadinline
isAndroidRealtimeThreadThreadprivate
isThreadRunning() constThread
killThread()Threadprivate
launchThread()Threadprivate
notify() constThread
realtimeAudioPriority enum valueThread
run()=0Threadpure virtual
setAffinityMask(uint32 affinityMask)Thread
setCurrentThreadAffinityMask(uint32 affinityMask)Threadstatic
setCurrentThreadName(const String &newThreadName)Threadstatic
setCurrentThreadPriority(int priority)Threadstatic
setPriority(int priority)Thread
setThreadPriority(void *, int)Threadprivatestatic
shouldExitThreadprivate
signalThreadShouldExit()Thread
sleep(int milliseconds)Threadstatic
startStopLockThreadprivate
startSuspensionEventThreadprivate
startThread()Thread
startThread(int priority)Thread
stopThread(int timeOutMilliseconds)Thread
Thread(const String &threadName, size_t threadStackSize=0)Threadexplicit
threadEntryPoint()Threadprivate
threadHandleThreadprivate
threadIdThreadprivate
ThreadID typedefThread
threadNameThreadprivate
threadPriorityThreadprivate
threadShouldExit() constThreadinline
threadStackSizeThreadprivate
wait(int timeOutMilliseconds) constThread
waitForThreadToExit(int timeOutMilliseconds) constThread
yield()Threadstatic
~Thread()Threadvirtual