MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Interrupt

Function Interrupt

src/init.cpp:171–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169static CScheduler scheduler;
170
171void Interrupt()
172{
173 InterruptHTTPServer();
174 InterruptHTTPRPC();
175 InterruptRPC();
176 InterruptREST();
177 InterruptTorControl();
178 InterruptMapPort();
179 if (g_connman)
180 g_connman->Interrupt();
181 if (g_txindex) {
182 g_txindex->Interrupt();
183 }
184}
185
186void Shutdown()
187{

Callers 5

WaitForShutdownFunction · 0.85
AppInitFunction · 0.85
~CConnmanMethod · 0.85
~BaseIndexMethod · 0.85
appShutdownMethod · 0.85

Calls 7

InterruptHTTPServerFunction · 0.85
InterruptHTTPRPCFunction · 0.85
InterruptRPCFunction · 0.85
InterruptRESTFunction · 0.85
InterruptTorControlFunction · 0.85
InterruptMapPortFunction · 0.85
InterruptMethod · 0.45

Tested by

no test coverage detected