| 358 | |
| 359 | |
| 360 | IWizThreadPool* WizCreateThreadPool(int threadCount, QThread::Priority priority) |
| 361 | { |
| 362 | CWizThreadPool* pool = new CWizThreadPool(threadCount, CWizTaskWorkThread::Create, priority); |
| 363 | return pool; |
| 364 | } |
| 365 | |
| 366 | /////////////////////////////////////////////////////////////////////////////////// |
| 367 |
no outgoing calls
no test coverage detected