MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / start

Method start

src/common/Task.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41WorkerThread* WorkerThread::start(Coordinator* coordinator)
42{
43 AutoPtr<WorkerThread> thd = FB_NEW WorkerThread(coordinator);
44
45 Thread::start(workerThreadRoutine, thd, THREAD_medium, &thd->m_thread);
46
47 return thd.release();
48}
49
50int WorkerThread::threadRoutine()
51{

Callers 1

resetMethod · 0.45

Calls 3

WorkerThreadClass · 0.85
startFunction · 0.50
releaseMethod · 0.45

Tested by

no test coverage detected