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 | inline |
ThreadPool(int numberOfThreads, size_t threadStackSizeBytes=Thread::osDefaultStackSize, Thread::Priority desiredThreadPriority=Thread::Priority::normal) | juce::ThreadPool | |
waitForJobToFinish(const ThreadPoolJob *job, int timeOutMilliseconds) const | juce::ThreadPool | |
~ThreadPool() | juce::ThreadPool |