JUCE
|
This is the complete list of members for ThreadPool, including all inherited members.
addJob(ThreadPoolJob *job, bool deleteJobWhenFinished) | ThreadPool | |
addJob(std::function< ThreadPoolJob::JobStatus()> job) | ThreadPool | |
addJob(std::function< void()> job) | ThreadPool | |
contains(const ThreadPoolJob *job) const noexcept | ThreadPool | |
getJob(int index) const noexcept | ThreadPool | |
getNamesOfAllJobs(bool onlyReturnActiveJobs) const | ThreadPool | |
getNumJobs() const noexcept | ThreadPool | |
getNumThreads() const noexcept | ThreadPool | |
isJobRunning(const ThreadPoolJob *job) const noexcept | ThreadPool | |
moveJobToFront(const ThreadPoolJob *jobToMove) noexcept | ThreadPool | |
removeAllJobs(bool interruptRunningJobs, int timeOutMilliseconds, JobSelector *selectedJobsToRemove=nullptr) | ThreadPool | |
removeJob(ThreadPoolJob *job, bool interruptIfRunning, int timeOutMilliseconds) | ThreadPool | |
setThreadPriorities(int newPriority) | ThreadPool | |
ThreadPool(int numberOfThreads, size_t threadStackSize=0) | ThreadPool | |
ThreadPool() | ThreadPool | |
waitForJobToFinish(const ThreadPoolJob *job, int timeOutMilliseconds) const | ThreadPool | |
~ThreadPool() | ThreadPool |