Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaf-emu/decaf-emu
/ resume
Function
resume
src/libdecaf/src/debug_api/debug_api_controller.cpp:126–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
bool
127
resume()
128
{
129
if (sController.isPaused.exchange(false)) {
130
sController.pausedContexts.fill(nullptr);
131
sController.pauseReleaseCond.notify_all();
132
}
133
134
return true;
135
}
136
137
bool
138
isPaused()
Callers
4
stepInto
Function · 0.70
stepOver
Function · 0.70
handleVCont
Method · 0.50
shutdown
Function · 0.50
Calls
2
exchange
Method · 0.80
fill
Method · 0.80
Tested by
no test coverage detected