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

Function ISC_signal_init

src/common/os/win32/isc_ipc.cpp:235–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233} // anonymous namespace
234
235void ISC_signal_init()
236{
237/**************************************
238 *
239 * I S C _ s i g n a l _ i n i t
240 *
241 **************************************
242 *
243 * Functional description
244 * Initialize any system signal handlers.
245 *
246 **************************************/
247
248 signalInit.init();
249}

Callers 2

ISC_killFunction · 0.70
ISC_make_signalFunction · 0.70

Calls 1

initMethod · 0.45

Tested by

no test coverage detected