MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizCreateThreadPool

Function WizCreateThreadPool

src/share/WizThreads.cpp:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getThreadPoolMethod · 0.85
downloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected