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

Method Create

src/share/WizThreads.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107public:
108 static CWizTaskWorkThread* Create(CWizThreadPool* pool, int threadIndex, QThread::Priority priority)
109 {
110 CWizTaskWorkThread* thread = new CWizTaskWorkThread(pool, threadIndex);
111 thread->start(priority);
112 return thread;
113 }
114};
115
116CWizThreadPool::CWizThreadPool(int poolCount, WizCreateThreadFunction* createThreadFun, QThread::Priority priority)

Callers 4

MathMenu.jsFile · 0.45
explorer.jsFile · 0.45
TeX-AMS-MML_SVG.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected