addListener(Listener *) | juce::Thread | private |
ChildProcessPingThread(int timeout) (defined in juce::ChildProcessPingThread) | juce::ChildProcessPingThread | inlineprivate |
Connection(ChildProcessMaster &m, const String &pipeName, int timeout) (defined in juce::ChildProcessMaster::Connection) | juce::ChildProcessMaster::Connection | inline |
connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs) | juce::InterprocessConnection | |
connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs) | juce::InterprocessConnection | |
createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist=false) | juce::InterprocessConnection | |
currentThreadShouldExit() | juce::Thread | privatestatic |
disconnect() | juce::InterprocessConnection | |
getConnectedHostName() const | juce::InterprocessConnection | |
getCurrentThread() | juce::Thread | privatestatic |
getCurrentThreadId() | juce::Thread | privatestatic |
getPipe() const noexcept | juce::InterprocessConnection | inline |
getSocket() const noexcept | juce::InterprocessConnection | inline |
getThreadId() const noexcept | juce::Thread | private |
getThreadName() const noexcept | juce::Thread | inlineprivate |
initialiseJUCE(void *jniEnv, void *jContext) | juce::Thread | privatestatic |
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c) | juce::InterprocessConnection | |
isConnected() const | juce::InterprocessConnection | |
isThreadRunning() const | juce::Thread | private |
launch(std::function< void()> functionToRun) | juce::Thread | privatestatic |
notify() const | juce::Thread | private |
pingReceived() noexcept (defined in juce::ChildProcessPingThread) | juce::ChildProcessPingThread | inlineprivate |
realtimeAudioPriority enum value (defined in juce::Thread) | juce::Thread | private |
removeListener(Listener *) | juce::Thread | private |
sendMessage(const MemoryBlock &message) | juce::InterprocessConnection | |
setAffinityMask(uint32 affinityMask) | juce::Thread | private |
setCurrentThreadAffinityMask(uint32 affinityMask) | juce::Thread | privatestatic |
setCurrentThreadName(const String &newThreadName) | juce::Thread | privatestatic |
setCurrentThreadPriority(int priority) | juce::Thread | privatestatic |
setPriority(int priority) | juce::Thread | private |
signalThreadShouldExit() | juce::Thread | private |
sleep(int milliseconds) | juce::Thread | privatestatic |
startThread() | juce::Thread | private |
startThread(int priority) | juce::Thread | private |
stopThread(int timeOutMilliseconds) | juce::Thread | private |
Thread(const String &threadName, size_t threadStackSize=0) | juce::Thread | explicitprivate |
ThreadID typedef | juce::Thread | private |
threadShouldExit() const | juce::Thread | private |
timeoutMs (defined in juce::ChildProcessPingThread) | juce::ChildProcessPingThread | private |
triggerConnectionLostMessage() (defined in juce::ChildProcessPingThread) | juce::ChildProcessPingThread | inlineprivate |
wait(int timeOutMilliseconds) const | juce::Thread | private |
waitForThreadToExit(int timeOutMilliseconds) const | juce::Thread | private |
yield() | juce::Thread | privatestatic |
~Connection() override (defined in juce::ChildProcessMaster::Connection) | juce::ChildProcessMaster::Connection | inline |
~InterprocessConnection() | juce::InterprocessConnection | virtual |
~Thread() | juce::Thread | privatevirtual |