| 78 | /************************************************************************/ |
| 79 | |
| 80 | int CPLWorkerThreadPool::GetThreadCount() const |
| 81 | { |
| 82 | std::unique_lock<std::mutex> oGuard(m_mutex); |
| 83 | return m_nMaxThreads; |
| 84 | } |
| 85 | |
| 86 | /************************************************************************/ |
| 87 | /* WorkerThreadFunction() */ |
no outgoing calls
no test coverage detected