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 | |
addToDeleteList(OwnedArray< ThreadPoolJob > &, ThreadPoolJob *) const | juce::ThreadPool | private |
contains(const ThreadPoolJob *job) const noexcept | juce::ThreadPool | |
createThreads(int numThreads, size_t threadStackSize=0) | juce::ThreadPool | private |
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 | |
jobFinishedSignal | juce::ThreadPool | private |
jobs | juce::ThreadPool | private |
lock | juce::ThreadPool | private |
moveJobToFront(const ThreadPoolJob *jobToMove) noexcept | juce::ThreadPool | |
pickNextJobToRun() | juce::ThreadPool | private |
removeAllJobs(bool interruptRunningJobs, int timeOutMilliseconds, JobSelector *selectedJobsToRemove=nullptr) | juce::ThreadPool | |
removeAllJobs(bool, int, bool) | juce::ThreadPool | private |
removeJob(ThreadPoolJob *job, bool interruptIfRunning, int timeOutMilliseconds) | juce::ThreadPool | |
runNextJob(ThreadPoolThread &) | juce::ThreadPool | private |
setThreadPriorities(int newPriority) | juce::ThreadPool | |
stopThreads() | juce::ThreadPool | private |
ThreadPool(int numberOfThreads, size_t threadStackSize=0) | juce::ThreadPool | |
ThreadPool() | juce::ThreadPool | |
ThreadPoolJob class | juce::ThreadPool | friend |
threads | juce::ThreadPool | private |
waitForJobToFinish(const ThreadPoolJob *job, int timeOutMilliseconds) const | juce::ThreadPool | |
~ThreadPool() | juce::ThreadPool |