openshot-audio
0.1.2
|
This is the complete list of members for juce::ThreadPool, including all inherited members.
addJob(ThreadPoolJob *job, bool deleteJobWhenFinished) | juce::ThreadPool | |
ContainerDeletePolicy< ThreadPoolThread > | juce::ThreadPool | friend |
contains(const ThreadPoolJob *job) const | juce::ThreadPool | |
getJob(int index) const | juce::ThreadPool | |
getNamesOfAllJobs(bool onlyReturnActiveJobs) const | juce::ThreadPool | |
getNumJobs() const | juce::ThreadPool | |
isJobRunning(const ThreadPoolJob *job) const | 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) | juce::ThreadPool | |
ThreadPool() | juce::ThreadPool | |
ThreadPoolJob class | juce::ThreadPool | friend |
ThreadPoolThread class | juce::ThreadPool | friend |
waitForJobToFinish(const ThreadPoolJob *job, int timeOutMilliseconds) const | juce::ThreadPool | |
~ThreadPool() | juce::ThreadPool |