MCPcopy 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
126bool
127resume()
128{
129 if (sController.isPaused.exchange(false)) {
130 sController.pausedContexts.fill(nullptr);
131 sController.pauseReleaseCond.notify_all();
132 }
133
134 return true;
135}
136
137bool
138isPaused()

Callers 4

stepIntoFunction · 0.70
stepOverFunction · 0.70
handleVContMethod · 0.50
shutdownFunction · 0.50

Calls 2

exchangeMethod · 0.80
fillMethod · 0.80

Tested by

no test coverage detected