MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / resume

Method resume

gui/qt/emuthread.cpp:363–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void EmuThread::resume() {
364 {
365 std::lock_guard<std::mutex> lock(m_mutexDebug);
366 m_debug = false;
367 }
368 m_cvDebug.notify_all();
369}
370
371void EmuThread::debug(bool state, int mode) {
372 bool oldState;

Callers 4

debugBasicContextMenuMethod · 0.80
debugStepMethod · 0.80
debugCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected