Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
static void WaitForShutdown()
45
{
46
while (!ShutdownRequested())
47
{
48
MilliSleep(200);
49
}
50
Interrupt();
51
}
52
53
//////////////////////////////////////////////////////////////////////////////
54
//
Callers
1
AppInit
Function · 0.85
Calls
3
MilliSleep
Function · 0.85
Interrupt
Function · 0.85
ShutdownRequested
Function · 0.70
Tested by
no test coverage detected