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

Method unblock

gui/qt/emuthread.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void EmuThread::unblock() {
230 m_mutex.lock();
231 m_cv.notify_all();
232 m_mutex.unlock();
233}
234
235asic_rev_t EmuThread::handleReset(const boot_ver_t* bootVer, asic_rev_t loadedRev, asic_rev_t defaultRev, bool* python) {
236 // Build a list of supported revisions

Callers 4

emuBlockedMethod · 0.80
varShowMethod · 0.80
varSaveSelectedMethod · 0.80
varSaveSelectedFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected