| activeMessage | juce::AsyncUpdater | private |
| addListener(Listener *) | juce::Thread | private |
| affinityMask | juce::Thread | private |
| AsyncUpdater() | juce::AsyncUpdater | private |
| callbackConnectionState | juce::InterprocessConnection | private |
| cancelPendingUpdate() noexcept | juce::ChildProcessPingThread | private |
| ChildProcessPingThread(int timeout) | juce::ChildProcessPingThread | inlineprivate |
| closeThreadHandle() | juce::Thread | private |
| Connection(ChildProcessWorker &p, const String &pipeName, int timeout) | ChildProcessWorker::Connection | inline |
| connectionLost() override | ChildProcessWorker::Connection | inlineprivatevirtual |
| connectionLostInt() | juce::InterprocessConnection | private |
| connectionMade() override | ChildProcessWorker::Connection | inlineprivatevirtual |
| connectionMadeInt() | juce::InterprocessConnection | private |
| connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs) | juce::InterprocessConnection | |
| connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs) | juce::InterprocessConnection | |
| countdown | juce::ChildProcessPingThread | private |
| createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist=false) | juce::InterprocessConnection | |
| currentThreadShouldExit() | juce::Thread | privatestatic |
| defaultEvent | juce::Thread | private |
| deleteOnThreadEnd | juce::Thread | private |
| deletePipeAndSocket() | juce::InterprocessConnection | private |
| deliverDataInt(const MemoryBlock &) | juce::InterprocessConnection | private |
| disconnect(int timeoutMs=-1, Notify notify=Notify::yes) | juce::InterprocessConnection | |
| getAdjustedPriority(int) | juce::Thread | privatestatic |
| 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 |
| handleAsyncUpdate() override | juce::ChildProcessPingThread | inlineprivatevirtual |
| handleUpdateNowIfNeeded() | juce::AsyncUpdater | private |
| initialise() | juce::InterprocessConnection | private |
| initialiseWithPipe(std::unique_ptr< NamedPipe >) | juce::InterprocessConnection | private |
| initialiseWithSocket(std::unique_ptr< StreamingSocket >) | juce::InterprocessConnection | private |
| InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c) | juce::InterprocessConnection | |
| isConnected() const | juce::InterprocessConnection | |
| isThreadRunning() const | juce::Thread | private |
| isUpdatePending() const noexcept | juce::AsyncUpdater | private |
| killThread() | juce::Thread | private |
| launch(std::function< void()> functionToRun) | juce::Thread | privatestatic |
| launchThread() | juce::Thread | private |
| listeners | juce::Thread | private |
| magicMessageHeader | juce::InterprocessConnection | private |
| messageReceived(const MemoryBlock &m) override | ChildProcessWorker::Connection | inlineprivate |
| juce::InterprocessConnection::messageReceived(const MemoryBlock &message)=0 | juce::InterprocessConnection | pure virtual |
| Notify enum name | juce::InterprocessConnection | |
| notify() const | juce::Thread | private |
| owner | ChildProcessWorker::Connection | private |
| pingFailed() override | ChildProcessWorker::Connection | inlineprivatevirtual |
| pingReceived() noexcept | juce::ChildProcessPingThread | inlineprivate |
| pipe | juce::InterprocessConnection | private |
| pipeAndSocketLock | juce::InterprocessConnection | private |
| pipeReceiveMessageTimeout | juce::InterprocessConnection | private |
| readData(void *, int) | juce::InterprocessConnection | private |
| readNextMessage() | juce::InterprocessConnection | private |
| realtimeAudioPriority enum value | juce::Thread | private |
| removeListener(Listener *) | juce::Thread | private |
| run() override | juce::ChildProcessPingThread | inlineprivatevirtual |
| runThread() | juce::InterprocessConnection | private |
| safeAction | juce::InterprocessConnection | private |
| sendMessage(const MemoryBlock &message) | juce::InterprocessConnection | |
| sendPingMessage(const MemoryBlock &m) override | ChildProcessWorker::Connection | inlineprivate |
| juce::ChildProcessPingThread::sendPingMessage(const MemoryBlock &)=0 | juce::ChildProcessPingThread | privatepure virtual |
| 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 |
| setThreadPriority(void *, int) | juce::Thread | privatestatic |
| shouldExit | juce::Thread | private |
| signalThreadShouldExit() | juce::Thread | private |
| sleep(int milliseconds) | juce::Thread | privatestatic |
| socket | juce::InterprocessConnection | private |
| startPinging() | juce::ChildProcessPingThread | inlineprivate |
| startStopLock | juce::Thread | private |
| startSuspensionEvent | juce::Thread | private |
| 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 |
| thread | juce::InterprocessConnection | private |
| threadEntryPoint() | juce::Thread | private |
| threadHandle | juce::Thread | private |
| ThreadID typedef | juce::Thread | private |
| threadId | juce::Thread | private |
| threadIsRunning | juce::InterprocessConnection | private |
| threadName | juce::Thread | private |
| threadPriority | juce::Thread | private |
| threadShouldExit() const | juce::Thread | private |
| threadStackSize | juce::Thread | private |
| timeoutMs | juce::ChildProcessPingThread | private |
| triggerAsyncUpdate() | juce::AsyncUpdater | private |
| triggerConnectionLostMessage() | juce::ChildProcessPingThread | inlineprivate |
| useMessageThread | juce::InterprocessConnection | private |
| wait(int timeOutMilliseconds) const | juce::Thread | private |
| waitForThreadToExit(int timeOutMilliseconds) const | juce::Thread | private |
| writeData(void *, int) | juce::InterprocessConnection | private |
| yield() | juce::Thread | privatestatic |
| ~AsyncUpdater() | juce::AsyncUpdater | privatevirtual |
| ~Connection() override | ChildProcessWorker::Connection | inline |
| ~InterprocessConnection() | juce::InterprocessConnection | virtual |
| ~Thread() | juce::Thread | privatevirtual |