MCPcopy Create free account
hub / github.com/ElementsProject/elements / AbortShutdown

Function AbortShutdown

src/shutdown.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void AbortShutdown()
78{
79 if (fRequestShutdown) {
80 // Cancel existing shutdown by waiting for it, this will reset condition flags and remove
81 // the shutdown token from the pipe.
82 WaitForShutdown();
83 }
84 fRequestShutdown = false;
85}
86
87bool ShutdownRequested()
88{

Callers 2

AppInitMainFunction · 0.85
appTestsMethod · 0.85

Calls 1

WaitForShutdownFunction · 0.85

Tested by 1

appTestsMethod · 0.68