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

Function Interrupt

src/init.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144static boost::scoped_ptr<ECCVerifyHandle> globalVerifyHandle;
145
146void Interrupt(boost::thread_group& threadGroup)
147{
148 InterruptHTTPServer();
149 InterruptHTTPRPC();
150 InterruptRPC();
151 InterruptREST();
152 threadGroup.interrupt_all();
153}
154
155void Shutdown()
156{

Callers 3

WaitForShutdownFunction · 0.85
AppInitFunction · 0.85
shutdownMethod · 0.85

Calls 4

InterruptHTTPServerFunction · 0.85
InterruptHTTPRPCFunction · 0.85
InterruptRPCFunction · 0.85
InterruptRESTFunction · 0.85

Tested by

no test coverage detected