| 756 | |
| 757 | private: |
| 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 |
nothing calls this directly
no test coverage detected