|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This is the complete list of members for juce::ThreadPool, including all inherited members.
| addJob(ThreadPoolJob *job, bool deleteJobWhenFinished) | juce::ThreadPool | |
| addJob(std::function< ThreadPoolJob::JobStatus()> job) | juce::ThreadPool | |
| addJob(std::function< void()> job) | juce::ThreadPool | |
| contains(const ThreadPoolJob *job) const noexcept | juce::ThreadPool | |
| getJob(int index) const noexcept | juce::ThreadPool | |
| getNamesOfAllJobs(bool onlyReturnActiveJobs) const | juce::ThreadPool | |
| getNumJobs() const noexcept | juce::ThreadPool | |
| getNumThreads() const noexcept | juce::ThreadPool | |
| isJobRunning(const ThreadPoolJob *job) const noexcept | juce::ThreadPool | |
| moveJobToFront(const ThreadPoolJob *jobToMove) noexcept | juce::ThreadPool | |
| Options typedef (defined in juce::ThreadPool) | juce::ThreadPool | |
| removeAllJobs(bool interruptRunningJobs, int timeOutMilliseconds, JobSelector *selectedJobsToRemove=nullptr) | juce::ThreadPool | |
| removeJob(ThreadPoolJob *job, bool interruptIfRunning, int timeOutMilliseconds) | juce::ThreadPool | |
| ThreadPool(const Options &options) | juce::ThreadPool | explicit |
| ThreadPool() | juce::ThreadPool | |
| ThreadPool(int numberOfThreads, size_t threadStackSizeBytes=Thread::osDefaultStackSize, Thread::Priority desiredThreadPriority=Thread::Priority::normal) | juce::ThreadPool | |
| ThreadPoolJob (defined in juce::ThreadPool) | juce::ThreadPool | friend |
| waitForJobToFinish(const ThreadPoolJob *job, int timeOutMilliseconds) const | juce::ThreadPool | |
| ~ThreadPool() | juce::ThreadPool |