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

Method workerThreadRoutine

src/common/Task.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33/// class WorkerThread
34
35THREAD_ENTRY_DECLARE WorkerThread::workerThreadRoutine(THREAD_ENTRY_PARAM arg)
36{
37 WorkerThread* thd = static_cast<WorkerThread*> (arg);
38 return (THREAD_ENTRY_RETURN)(IPTR) thd->threadRoutine();
39}
40
41WorkerThread* WorkerThread::start(Coordinator* coordinator)
42{

Callers

nothing calls this directly

Calls 1

threadRoutineMethod · 0.80

Tested by

no test coverage detected