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

Function WaitForShutdown

src/bitcoind.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 */
43
44static void WaitForShutdown()
45{
46 while (!ShutdownRequested())
47 {
48 MilliSleep(200);
49 }
50 Interrupt();
51}
52
53//////////////////////////////////////////////////////////////////////////////
54//

Callers 1

AppInitFunction · 0.85

Calls 3

MilliSleepFunction · 0.85
InterruptFunction · 0.85
ShutdownRequestedFunction · 0.70

Tested by

no test coverage detected