|
SPH
|
This is the complete list of members for ThreadPool, including all inherited members.
| getGlobalInstance() | ThreadPool | static |
| getRecommendedGranularity() const override | ThreadPool | virtual |
| getThreadCnt() const override | ThreadPool | virtual |
| getThreadIdx() const override | ThreadPool | virtual |
| parallelFor(const Size from, const Size to, const Size granularity, const Function< void(Size n1, Size n2)> &functor) | IScheduler | virtual |
| remainingTaskCnt() | ThreadPool | inline |
| setGranularity(const Size newGranularity) | ThreadPool | inline |
| submit(const Function< void()> &task) override | ThreadPool | virtual |
| Task class | ThreadPool | friend |
| ThreadPool(const Size numThreads=0, const Size granularity=1000) | ThreadPool | |
| waitForAll() | ThreadPool | |
| ~Polymorphic() | Polymorphic | inlinevirtual |
| ~ThreadPool() | ThreadPool |