|
libqi-api
2.1.4.13
|
This is the complete list of members for qi::ThreadPool, including all inherited members.
| active() const | qi::ThreadPool | |
| getMaxIdleWorkers() const | qi::ThreadPool | |
| getMaxWorkers() const | qi::ThreadPool | |
| getMinIdleWorkers() const | qi::ThreadPool | |
| getMinWorkers() const | qi::ThreadPool | |
| reset() | qi::ThreadPool | |
| schedule(const boost::function< void(void)> &f) | qi::ThreadPool | |
| setMaxIdleWorkers(unsigned int n) | qi::ThreadPool | |
| setMaxWorkers(unsigned int n) | qi::ThreadPool | |
| setMinIdleWorkers(unsigned int n) | qi::ThreadPool | |
| setMinWorkers(unsigned int n) | qi::ThreadPool | |
| size() const | qi::ThreadPool | |
| stop() | qi::ThreadPool | |
| ThreadPool(unsigned int minWorkers=2, unsigned int maxWorkers=100, unsigned int minIdleWorkers=1, unsigned int maxIdleWorkers=0) | qi::ThreadPool | |
| waitForAll() | qi::ThreadPool | |
| ~ThreadPool() | qi::ThreadPool |