Mantid
|
This is the complete list of members for Mantid::Kernel::ThreadPool, including all inherited members.
getNumPhysicalCores() | Mantid::Kernel::ThreadPool | static |
joinAll() | Mantid::Kernel::ThreadPool | |
m_numThreads | Mantid::Kernel::ThreadPool | protected |
m_prog | Mantid::Kernel::ThreadPool | protected |
m_runnables | Mantid::Kernel::ThreadPool | protected |
m_scheduler | Mantid::Kernel::ThreadPool | protected |
m_started | Mantid::Kernel::ThreadPool | protected |
m_threads | Mantid::Kernel::ThreadPool | protected |
operator=(const ThreadPool &other) | Mantid::Kernel::ThreadPool | private |
schedule(const std::shared_ptr< Task > &task, bool start=false) | Mantid::Kernel::ThreadPool | |
start(double waitSec=0.0) | Mantid::Kernel::ThreadPool | |
ThreadPool(ThreadScheduler *scheduler=new ThreadSchedulerFIFO(), size_t numThreads=0, ProgressBase *prog=nullptr) | Mantid::Kernel::ThreadPool | |
ThreadPool(const ThreadPool &) | Mantid::Kernel::ThreadPool | private |
~ThreadPool() | Mantid::Kernel::ThreadPool |