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

Method atExitShutdown

src/yvalve/why.cpp:758–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756
757private:
758 static void atExitShutdown()
759 {
760 if (MasterInterfacePtr()->getProcessExiting())
761 InstanceControl::cancelCleanup();
762 else
763 fb_shutdown(SHUTDOWN_TIMEOUT, fb_shutrsn_exit_called);
764 }
765};
766
767#ifdef UNIX

Callers

nothing calls this directly

Calls 2

MasterInterfacePtrClass · 0.85
getProcessExitingMethod · 0.45

Tested by

no test coverage detected