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

Method init

src/yvalve/MasterImplementation.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 static THREAD_ENTRY_DECLARE timeThread(THREAD_ENTRY_PARAM);
180
181 static void init()
182 {
183 Thread::start(timeThread, 0, THREAD_high, &timerThread);
184 }
185
186 static void cleanup();
187};

Callers 1

startMethod · 0.45

Calls 1

startFunction · 0.50

Tested by

no test coverage detected