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

Function shutdownBeforeUnload

src/jrd/jrd.cpp:392–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392static void shutdownBeforeUnload()
393{
394 LocalStatus status;
395 CheckStatusWrapper statusWrapper(&status);
396
397 AutoPlugin<JProvider>(JProvider::getInstance())->shutdown(&statusWrapper, 0, fb_shutrsn_exit_called);
398 threadDetach();
399};
400
401static JTransaction* checkTranIntf(StableAttachmentPart* sAtt, JTransaction* jt, jrd_tra* tra)
402{

Callers

nothing calls this directly

Calls 2

threadDetachFunction · 0.85
shutdownMethod · 0.45

Tested by

no test coverage detected