Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ InterruptTorControl
Function
InterruptTorControl
src/torcontrol.cpp:759–765 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
757
}
758
759
void InterruptTorControl()
760
{
761
if (gBase) {
762
LogPrintf(
"tor: Thread interrupt\n"
);
763
event_base_loopbreak(gBase);
764
}
765
}
766
767
void StopTorControl()
768
{
Callers
1
Interrupt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected