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

Function CNTL_init

src/iscguard/cntl_guard.cpp:55–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55void CNTL_init(ThreadEntryPoint* handler, const TEXT* name)
56{
57/**************************************
58 *
59 * C N T L _ i n i t
60 *
61 **************************************
62 *
63 * Functional description
64 *
65 **************************************/
66
67 main_handler = handler;
68 //MemoryPool& pool = *getDefaultMemoryPool();
69 service_name->printf(ISCGUARD_SERVICE, name);
70 remote_name->printf(REMOTE_SERVICE, name);
71}
72
73
74void WINAPI CNTL_main_thread( DWORD /*argc*/, char* /*argv*/[])

Callers 1

WinMainFunction · 0.70

Calls 1

printfMethod · 0.45

Tested by

no test coverage detected