| 19 | static const size_t _minIterations = 200; |
| 20 | |
| 21 | WorkerPool * |
| 22 | WorkerPool::currentPool() |
| 23 | { |
| 24 | return _currentPool; |
| 25 | } |
| 26 | |
| 27 | void |
| 28 | WorkerPool::setCurrentPool(WorkerPool *pool) |
nothing calls this directly
no outgoing calls
no test coverage detected