|
io-chess
UCI chess engine
|
This is the complete list of members for PersistentThreadPool, including all inherited members.
| cv_ | PersistentThreadPool | private |
| finish_one(const std::shared_ptr< Job > &job) | PersistentThreadPool | inlineprivatestatic |
| jobs_ | PersistentThreadPool | private |
| mu_ | PersistentThreadPool | private |
| operator=(const PersistentThreadPool &)=delete | PersistentThreadPool | |
| parallel_for(int n, const std::function< void(int)> &fn) | PersistentThreadPool | inline |
| PersistentThreadPool(int workers) | PersistentThreadPool | inlineexplicit |
| PersistentThreadPool(const PersistentThreadPool &)=delete | PersistentThreadPool | |
| run_job(const std::shared_ptr< Job > &job) | PersistentThreadPool | inlineprivatestatic |
| stop_ | PersistentThreadPool | private |
| threads_ | PersistentThreadPool | private |
| worker_loop() | PersistentThreadPool | inlineprivate |
| ~PersistentThreadPool() | PersistentThreadPool | inline |