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

Function signalInit

src/yvalve/why.cpp:859–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857#endif // UNIX
858
859 void signalInit()
860 {
861#ifdef UNIX
862 static GlobalPtr<CtrlCHandler> ctrlCHandler;
863#else
864 static GlobalPtr<ShutdownInit> shutdownInit;
865#endif // UNIX
866 }
867
868} // anonymous namespace
869

Callers 2

initMethod · 0.85
DispatcherEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected