|
OpenShot Audio Library | OpenShotAudio 0.3.3
|
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 | |
| removeAllJobs(bool interruptRunningJobs, int timeOutMilliseconds, JobSelector *selectedJobsToRemove=nullptr) | juce::ThreadPool | |
| removeJob(ThreadPoolJob *job, bool interruptIfRunning, int timeOutMilliseconds) | juce::ThreadPool | |
| setThreadPriorities(int newPriority) | juce::ThreadPool | |
| ThreadPool(int numberOfThreads, size_t threadStackSize=0) | juce::ThreadPool | |
| ThreadPool() | juce::ThreadPool | |
| waitForJobToFinish(const ThreadPoolJob *job, int timeOutMilliseconds) const | juce::ThreadPool | |
| ~ThreadPool() | juce::ThreadPool |